Files
renderdoc/renderdoc
Baldur Karlsson 62660ce096 Handle overlap between UAVs/RTVs when 'keeping' one or the other
* 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.
2018-03-12 15:46:44 +00:00
..
2018-03-06 15:11:27 +00:00