Skip to content

Vulkan Overlay: Don't try to change the image layout to present twice

Georg Lehmann requested to merge DadSchoorse/mesa:overlay-present-layout into master

The render pass already does the transition. The pipeline barrier is still needed to transfer the queue family ownership.

Merge request reports