Closed mcourteaux closed 5 months ago
It doesn't look like fix. There should be association between semaphore that's queued and semaphore that's about to be used. And then before passing semaphore to vkAcquireNextImageKHR
it should be waited for queue that would wait for this semaphore. This wait would be noop in most of cases since there is enough semaphores, but it would be proper synchronization for those cases where queue is not finished.
Constructed this together with @pezcode.
This very simple change fixes the issue on my device.
Summary:
This fixes #3302 and replaces #3303.