mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 15:29:19 +00:00
VertexLoader: Add a VertexLoader pointer to each function call
This commit is contained in:
parent
7edf6ec4e4
commit
7c486a8c24
9 changed files with 178 additions and 172 deletions
|
@ -31,8 +31,8 @@ extern u8 posMtxIdx;
|
|||
// Texture matrix indexes
|
||||
extern u8 texMtxIdx[8];
|
||||
|
||||
void LOADERDECL SetVertexBufferPosition();
|
||||
void LOADERDECL Update();
|
||||
void LOADERDECL SetVertexBufferPosition(VertexLoader* loader);
|
||||
void LOADERDECL Update(VertexLoader* loader);
|
||||
void Prepare(const VAT & vat, int primitive, const TVtxDesc & vtxDesc, const PortableVertexDeclaration & vtxDecl);
|
||||
|
||||
// Save state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue