mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VertexLoader: Simplify SetVAT
This commit is contained in:
parent
20369743a4
commit
069801a7d1
2 changed files with 3 additions and 8 deletions
|
@ -135,7 +135,7 @@ private:
|
|||
|
||||
int m_numLoadedVertices;
|
||||
|
||||
void SetVAT(u32 _group0, u32 _group1, u32 _group2);
|
||||
void SetVAT(const VAT& vat);
|
||||
|
||||
void CompileVertexTranslator();
|
||||
void ConvertVertices(int count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue