mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
From the spec: "Host access to all VkQueue objects created from device must be externally synchronized" We were not doing that, which could cause hangs and all sorts of issues when recreating the swap chain on Nvidia GPUs.