• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkQueueFlagBits,VkQueueFlagBits]]
3[source,c++]
4----
5typedef enum VkQueueFlagBits {
6    VK_QUEUE_GRAPHICS_BIT = 0x00000001,
7    VK_QUEUE_COMPUTE_BIT = 0x00000002,
8    VK_QUEUE_TRANSFER_BIT = 0x00000004,
9    VK_QUEUE_SPARSE_BINDING_BIT = 0x00000008,
10    VK_QUEUE_PROTECTED_BIT = 0x00000010,
11} VkQueueFlagBits;
12----
13