mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -128,6 +128,9 @@ void VertexManager::PrepareDrawBuffers()
|
|||
memcpy((u16*)map.pData + m_point_draw_index, GetPointIndexBuffer(), sizeof(u16) * IndexGenerator::GetPointindexLen());
|
||||
D3D::context->Unmap(m_index_buffers[m_current_index_buffer], 0);
|
||||
m_index_buffer_cursor += iCount;
|
||||
|
||||
ADDSTAT(stats.thisFrame.bytesVertexStreamed, vSize);
|
||||
ADDSTAT(stats.thisFrame.bytesIndexStreamed, iCount*sizeof(u16));
|
||||
}
|
||||
|
||||
static const float LINE_PT_TEX_OFFSETS[8] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue