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