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