-
- Downloads
libs/vkd3d: Avoid vkCmdCopyQueryPoolResults() for not issued queries.
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."
Showing
- include/private/vkd3d_common.h 2 additions, 0 deletionsinclude/private/vkd3d_common.h
- libs/vkd3d/command.c 26 additions, 4 deletionslibs/vkd3d/command.c
- libs/vkd3d/resource.c 4 additions, 1 deletionlibs/vkd3d/resource.c
- libs/vkd3d/vkd3d_private.h 22 additions, 0 deletionslibs/vkd3d/vkd3d_private.h
Loading
Please register or sign in to comment