mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
0b187934de
* The D3D11 spec is unclear but checking sources including D3D11On12 it looks like the defined behaviour for SO counters is to calculate the number of bytes written and divide that by the VB stride on draw. * Old captures can't be updated to work with this because the stride is unknown, but new captures will work correctly as well as any data that is stream'd out mid-capture.