mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VertexManager cleanup
This commit is contained in:
parent
21bd5be753
commit
db1be085c2
6 changed files with 54 additions and 82 deletions
|
@ -571,8 +571,9 @@ void VertexLoader::RunVertices(int vtx_attr_group, int primitive, int count)
|
|||
"Increase MAXVBUFFERSIZE or we need primitive breaking afterall.");
|
||||
}
|
||||
|
||||
VertexManager::AddVertices(primitive, count);
|
||||
ConvertVertices(count);
|
||||
VertexManager::AddVertices(primitive, count);
|
||||
//VertexManager::Flush();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue