mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VertexLoader: Skip vertices with position index = -1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user