VertexLoader: Skip vertices with position index = -1

This commit is contained in:
degasus
2014-12-21 14:29:44 +01:00
parent 325e8e370e
commit 1efd00227d
3 changed files with 23 additions and 1 deletions

View File

@ -73,6 +73,8 @@ public:
u8 m_curtexmtx[8];
int m_texmtxwrite;
int m_texmtxread;
bool m_vertexSkip;
int m_skippedVertices;
private:
#ifndef USE_VERTEX_LOADER_JIT