mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
62660ce096
* OMSetRenderTargetsAndUnorderedAccessViews can 'keep' either RTVs and UAVs and bind the other type when being called, but it's legal to 'keep' UAVs and bind more RTVs than were there before, or else 'keep' RTVs and bind UAVs at an earlier start slot than before. * In each of these cases, any conflicting older binds are unbound, so for UAVs this means we unbound one or more from the start slot, and move the start slot up. For RTVs we just unbind any old RTVs that overlap with the new UAV start slot.