mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 17:17:11 +00:00
1ab2047ecb
* Debugging shaders with UAV access could(likely will) have side-effects on those UAV contents, so when ContinueDebug needs to fetch UAV contents we should replay back to before the draw to fetch them. * This replay only happens once per ContinueDebug, and UAV contents are cached globally so we only do it once per UAV that's accessed, so the impact is low.