mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 08:10:31 -05:00
VideoCommon: small VertexLoader(Manager)? refactoring
This commit is contained in:
@@ -140,17 +140,6 @@ u32 VertexManager::GetRemainingIndices(int primitive)
|
||||
}
|
||||
}
|
||||
|
||||
void VertexManager::AddVertices(int primitive, u32 numVertices)
|
||||
{
|
||||
if (numVertices <= 0)
|
||||
return;
|
||||
|
||||
ADDSTAT(stats.thisFrame.numPrims, numVertices);
|
||||
INCSTAT(stats.thisFrame.numPrimitiveJoins);
|
||||
|
||||
IndexGenerator::AddIndices(primitive, numVertices);
|
||||
}
|
||||
|
||||
void VertexManager::Flush()
|
||||
{
|
||||
if (IsFlushed) return;
|
||||
|
||||
Reference in New Issue
Block a user