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