mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
add new statistics for gpu buffer streaming
This commit is contained in:
parent
6a5e7d7be4
commit
a51d6a6ddd
8 changed files with 21 additions and 0 deletions
|
@ -197,6 +197,8 @@ void VertexManager::PrepareDrawBuffers(u32 stride)
|
|||
D3D::SetIndices(m_index_buffers[m_current_index_buffer]);
|
||||
}
|
||||
|
||||
ADDSTAT(stats.thisFrame.bytesVertexStreamed, datasize);
|
||||
ADDSTAT(stats.thisFrame.bytesIndexStreamed, IndexDataSize);
|
||||
}
|
||||
|
||||
void VertexManager::DrawVertexBuffer(int stride)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue