// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkFormatProperties2,VkFormatProperties2]] [source,c++] ---- typedef struct VkFormatProperties2 { VkStructureType sType; void* pNext; VkFormatProperties formatProperties; } VkFormatProperties2; ----