Skip to content

Fix potential hang on swapchain inheritance

Ben Davis requested to merge bgjdarm/vulkan-wsi-layer:hang_fix into master

Introduce a mutex to control access to a swapchain's image statuses, also only wait for swapchain images marked as "PENDING"

Merge request reports