VulkanAbstractionLayer
VulkanAbstractionLayer copied to clipboard
render graph cannot present depth image
It is impossible to transfer depth image to RGBA image by using blitImage (see present callback). But depth image output is useful for debugging, so we need to somehow copy it to present image
Should be possible with #11 a custom pass can be created that will somehow transfer depth image to color image (simular to ImGuiRenderPass)