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