VertexLoader: take the VAT object directly for RunVertices

This commit is contained in:
Pierre Bourdon
2014-07-24 01:51:37 +02:00
parent 069801a7d1
commit 78c3a22060
3 changed files with 15 additions and 15 deletions

View File

@ -107,8 +107,8 @@ public:
int GetVertexSize() const {return m_VertexSize;}
void SetupRunVertices(int vtx_attr_group, int primitive, int const count);
void RunVertices(int vtx_attr_group, int primitive, int count);
void SetupRunVertices(const VAT& vat, int primitive, int const count);
void RunVertices(const VAT& vat, int primitive, int count);
// For debugging / profiling
void AppendToString(std::string *dest) const;