mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
IndexGenerator cleanup.
This commit is contained in:
parent
677c6229ad
commit
368c78dd5c
4 changed files with 193 additions and 289 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
VertexManager();
|
||||
virtual ~VertexManager(); // needs to be virtual for DX11's dtor
|
||||
|
||||
static void AddVertices(int _primitive, int _numVertices);
|
||||
static void AddVertices(int _primitive, u32 _numVertices);
|
||||
|
||||
// TODO: protected?
|
||||
static u8 *s_pBaseBufferPointer;
|
||||
|
@ -63,7 +63,6 @@ protected:
|
|||
void DoStateShared(PointerWrap& p);
|
||||
|
||||
private:
|
||||
static void AddIndices(int primitive, int numVertices);
|
||||
//virtual void Draw(u32 stride, bool alphapass) = 0;
|
||||
// temp
|
||||
virtual void vFlush() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue