mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
VertexLoader: take the VAT object directly for RunVertices
This commit is contained in:
parent
069801a7d1
commit
78c3a22060
3 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue