blob: ec3ff8e7af082df2bda5779172f992561bfc0e95 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkMemoryType,VkMemoryType]]
[source,c++]
----
typedef struct VkMemoryType {
VkMemoryPropertyFlags propertyFlags;
uint32_t heapIndex;
} VkMemoryType;
----