blob: f5d1eb5b5596849fd076e301cb779413055ce41a [file] [log] [blame]
// 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;
----