17 lines
739 B
Plaintext
17 lines
739 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkQueryResultFlagBits,VkQueryResultFlagBits]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
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;
|
|
------------------------------------------------------------------------------
|