Files
renderdoc/renderdoc
baldurk ac95d0ff48 When ending partially replayed RP, set image back into layout afterwards
* If we have a renderpass that we stop replaying at subpass 0, we want to
  pretend that the image is preserved as it was at that point - layout and all.
  However since we're replaying with the original renderpass any subpass
  transitions and finalLayout transitions will take effect. When we end any
  active RP during vkEndCommandBuffer, we then undo any of these implicit
  transitions to put the image back as it was.
2019-02-13 18:50:53 +00:00
..