blob: d3b3c0dd36a2cdd239750735ad22aa6f7451d6f1 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkSparseImageFormatProperties2,VkSparseImageFormatProperties2]]
[source,c++]
----
typedef struct VkSparseImageFormatProperties2 {
VkStructureType sType;
void* pNext;
VkSparseImageFormatProperties properties;
} VkSparseImageFormatProperties2;
----