mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
zfreeze: cache vertex positions
Suggested by degasus.
This commit is contained in:
parent
9e2f4dd7da
commit
5ddd2cef6c
9 changed files with 80 additions and 17 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
int m_texmtxread;
|
||||
bool m_vertexSkip;
|
||||
int m_skippedVertices;
|
||||
int m_counter;
|
||||
|
||||
private:
|
||||
// Pipeline.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue