14 lines
657 B
Plaintext
14 lines
657 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkDescriptorPoolCreateFlagBits,VkDescriptorPoolCreateFlagBits]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef enum VkDescriptorPoolCreateFlagBits {
|
||
|
VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001,
|
||
|
} VkDescriptorPoolCreateFlagBits;
|
||
|
------------------------------------------------------------------------------
|