• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDescriptorPoolCreateFlagBits,VkDescriptorPoolCreateFlagBits]]
3[source,c++]
4----
5typedef enum VkDescriptorPoolCreateFlagBits {
6    VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001,
7} VkDescriptorPoolCreateFlagBits;
8----
9