mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
de7030ea8c
* When we changed to serialise render target descriptor contents at list record time we also updated all descriptor writes to happen immediately so we'd get the latest contents. However we didn't also update copies, so copies before OMSetRenderTargets weren't properly reflected. * There's nothing that needs the 'old' copy of descriptors so we can remove any pending/deferring of updates and do it immediately, which also saves some tracking.