mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VertexLoader: Convert count register to remaining register
This more accurately represents what's going on, and also ends at 0 instead of 1, making some indexing operations easier. This also changes it so that position_matrix_index_cache actually starts from index 0 instead of index 1.
This commit is contained in:
parent
97d0ff58c8
commit
39b2854b98
8 changed files with 44 additions and 42 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
int m_texmtxread;
|
||||
bool m_vertexSkip;
|
||||
int m_skippedVertices;
|
||||
int m_counter;
|
||||
int m_remaining;
|
||||
|
||||
private:
|
||||
// Pipeline.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue