mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-24 19:21:37 +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
|
@ -50,6 +50,8 @@ ID3D11Buffer* &VertexShaderCache::GetConstantBuffer()
|
|||
memcpy(map.pData, vsconstants, sizeof(vsconstants));
|
||||
D3D::context->Unmap(vscbuf, 0);
|
||||
vscbufchanged = false;
|
||||
|
||||
ADDSTAT(stats.thisFrame.bytesUniformStreamed, sizeof(vsconstants));
|
||||
}
|
||||
return vscbuf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue