mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-16 23:10:54 +00:00
1df39247fa
* We need to copy the external-facing m_RenderState into the partial command buffer's state for partial replay, in case it was modified externally. * Also when accessing the render state inside a drawcall callback we need to use the command buffer's local state, not m_RenderState which isn't updated until the replay completes.