mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Move copy-pasted code into function.
This commit is contained in:
parent
6b80e6f83c
commit
bf58c70e9b
2 changed files with 18 additions and 53 deletions
|
@ -83,6 +83,8 @@ public:
|
|||
~VertexLoader();
|
||||
|
||||
int GetVertexSize() const {return m_VertexSize;}
|
||||
|
||||
int SetupRunVertices(int vtx_attr_group, int primitive, int const count);
|
||||
void RunVertices(int vtx_attr_group, int primitive, int count);
|
||||
void RunCompiledVertices(int vtx_attr_group, int primitive, int count, u8* Data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue