mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The queue submit thread could sometimes call vkQueuePresentKHR while the raster thread is calling vkAcquireNextImageKHR. The simultaneous use of the swapchain on multiple threads violates Vulkan threading rules.