unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkQueueFlagBits.txt

13 lines
404 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkQueueFlagBits,VkQueueFlagBits]]
[source,c++]
----
typedef enum VkQueueFlagBits {
VK_QUEUE_GRAPHICS_BIT = 0x00000001,
VK_QUEUE_COMPUTE_BIT = 0x00000002,
VK_QUEUE_TRANSFER_BIT = 0x00000004,
VK_QUEUE_SPARSE_BINDING_BIT = 0x00000008,
VK_QUEUE_PROTECTED_BIT = 0x00000010,
} VkQueueFlagBits;
----