VideoCommon: small VertexLoader(Manager)? refactoring

This commit is contained in:
degasus
2014-01-30 14:48:23 +01:00
parent 010a0d481a
commit 3437c7f060
5 changed files with 31 additions and 38 deletions

View File

@ -32,8 +32,6 @@ public:
// needs to be virtual for DX11's dtor
virtual ~VertexManager();
static void AddVertices(int _primitive, u32 _numVertices);
static u8 *s_pCurBufferPointer;
static u8 *s_pBaseBufferPointer;
static u8 *s_pEndBufferPointer;