mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
36731cb841
* We need to check for map writes even if the mapped buffer isn't the one that's referenced by a submit but still overlaps it. We do this by moving to the heap for all placed resources so any map to a buffer on a heap is checked as long as any buffer bound to that heap is referenced.