Skip to content

vulkan/overlay: Add a workaround semaphore for application presenting without one

When an application calls vkQueuePresent() on a different queue than the one we run out drawing on and it doesn't give a semaphore to wait one, let's insert our own so that we don't race the application's drawing.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Closes: #2540 (closed)

Merge request reports