1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkFenceCreateFlagBits,VkFenceCreateFlagBits]]
3[source,c++]
4----
5typedef enum VkFenceCreateFlagBits {
6 VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001,
7} VkFenceCreateFlagBits;
8----
9