Merge pull request #213 from Jezze/vertexloader-cleanups

Vertexloader cleanups
This commit is contained in:
Tony Wasserka
2014-04-10 08:52:36 +02:00
2 changed files with 30 additions and 43 deletions

View File

@ -107,13 +107,6 @@ public:
int GetNumLoadedVerts() const { return m_numLoadedVertices; }
private:
enum
{
NRM_ZERO = 0,
NRM_ONE = 1,
NRM_THREE = 3,
};
int m_VertexSize; // number of bytes of a raw GC vertex. Computed by CompileVertexTranslator.
// GC vertex format