mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
VideoCommon: small VertexLoader(Manager)? refactoring
This commit is contained in:
parent
010a0d481a
commit
3437c7f060
5 changed files with 31 additions and 38 deletions
|
@ -95,7 +95,7 @@ public:
|
|||
|
||||
int GetVertexSize() const {return m_VertexSize;}
|
||||
|
||||
int SetupRunVertices(int vtx_attr_group, int primitive, int const count);
|
||||
void SetupRunVertices(int vtx_attr_group, int primitive, int const count);
|
||||
void RunVertices(int vtx_attr_group, int primitive, int count);
|
||||
|
||||
// For debugging / profiling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue