Temporary perma fix for vkQueueSubmit blocking on "used" semaphore when multiple swapchains are sent to vkQueuePresentKHR

pull/781/head
jackun 2 years ago
parent f680c28f1f
commit c19d37ab76
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -1594,7 +1594,7 @@ static VkResult overlay_QueuePresentKHR(
struct overlay_draw *draw = before_present(swapchain_data,
queue_data,
pPresentInfo->pWaitSemaphores,
pPresentInfo->waitSemaphoreCount,
i == 0 ? pPresentInfo->waitSemaphoreCount : 0,
image_index);
/* Because the submission of the overlay draw waits on the semaphores

Loading…
Cancel
Save