Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vk: use correct swapchain image sync state
Swapchain framebuffer image being in VK_IMAGE_LAYOUT_PRESENT_SRC_KHR layout has zero access flags, and is probably synced with bottom-of-pipe stage. At least this does please validation layers.
- Loading branch information