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