Move copy-pasted code into function.

This commit is contained in:
Jordan Woyak
2013-03-04 15:24:39 -06:00
parent 6b80e6f83c
commit bf58c70e9b
2 changed files with 18 additions and 53 deletions

View File

@ -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);