mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-01 04:10:58 +00:00
* 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.