vkd3d/include/private
Józef Kucia 2ea8ffb554 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."
2017-09-14 14:57:09 +02:00
..
list.h include: Import linked list implementation from Wine. 2017-06-16 22:38:21 +02:00
rbtree.h include: Drop wine prefix from red-black tree functions. 2017-06-16 22:38:21 +02:00
vkd3d_common.h libs/vkd3d: Avoid vkCmdCopyQueryPoolResults() for not issued queries. 2017-09-14 14:57:09 +02:00
vkd3d_debug.h libs/vkd3d: Support both native and Win32 wchar_t. 2017-08-29 16:36:05 +02:00
vkd3d_memory.h libs/vkd3d-common: Move vkd3d_array_reserve() from libvkd3d. 2017-06-19 18:05:53 +02:00
vkd3d_test.h Update license to LGPL v2.1. 2017-06-16 22:11:21 +02:00