12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkQueryResultFlagBits,VkQueryResultFlagBits]]
|
|
[source,c++]
|
|
----
|
|
typedef enum VkQueryResultFlagBits {
|
|
VK_QUERY_RESULT_64_BIT = 0x00000001,
|
|
VK_QUERY_RESULT_WAIT_BIT = 0x00000002,
|
|
VK_QUERY_RESULT_WITH_AVAILABILITY_BIT = 0x00000004,
|
|
VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008,
|
|
} VkQueryResultFlagBits;
|
|
----
|