mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
2ea8ffb554
The Vulkan spec states: * "If the query does not become available in a finite amount of time (e.g. due to not issuing a query since the last reset), a VK_ERROR_DEVICE_LOST error may occur." * "If queries will never finish (e.g. due to being reset but not issued), then vkGetQueryPoolResults may not return in finite time."