// 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; ----