mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
VertexLoader: take the VAT object directly for RunVertices
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user