// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkMemoryAllocateFlagBits,VkMemoryAllocateFlagBits]] [source,c++] ---- typedef enum VkMemoryAllocateFlagBits { VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT = 0x00000001, } VkMemoryAllocateFlagBits; ----