diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-04-16 21:44:35 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-04-16 21:50:52 -0600 |
| commit | d2e50e079a1c50bc68052c73d5c28b4181ae7865 (patch) | |
| tree | ffc3972b80dc7ef7d3f5c78dcdd3a1f1114f2526 | |
| parent | 53c7fa0cb582692ab8f1c30be9c5729f6c8efcc1 (diff) | |
| download | usermoji-d2e50e079a1c50bc68052c73d5c28b4181ae7865.tar.xz | |
bug-13466: Note conflict with upstream on VkQueryResultFlags
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 0b8d2c53..d5ef3cbd 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1095,6 +1095,7 @@ typedef enum VkQueryResultFlagBits_ { VK_QUERY_RESULT_32_BIT = 0, // Results of the queries are written to the destination buffer as 32-bit values VK_QUERY_RESULT_64_BIT = VK_BIT(0), // Results of the queries are written to the destination buffer as 64-bit values + // TODO: need to resolve removal of this enum. see bug 13466 for details // VK_QUERY_RESULT_NO_WAIT_BIT = 0, // Results of the queries aren't waited on before proceeding with the result copy VK_QUERY_RESULT_WAIT_BIT = VK_BIT(1), // Results of the queries are waited on before proceeding with the result copy VK_QUERY_RESULT_WITH_AVAILABILITY_BIT = VK_BIT(2), // Besides the results of the query, the availability of the results is also written |
