mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 17:47:51 -05:00
It's possible that the window is resized from the moment we ask for its size to the moment a swapchain is created, causing validation issues. To workaround this Vulkan issue request the capabilities again just before creating the swapchain, making the race condition less likely.