mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
vkAcquireNextImageKHR is a blocking call, so doing this immediately after presentation may reduce the amount of time that passes between the application requesing presentation and presentation actually happening on the Vulkan device. Idea based on PR #2075.