1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceSparseImageFormatInfo2,VkPhysicalDeviceSparseImageFormatInfo2]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceSparseImageFormatInfo2 { 6 VkStructureType sType; 7 const void* pNext; 8 VkFormat format; 9 VkImageType type; 10 VkSampleCountFlagBits samples; 11 VkImageUsageFlags usage; 12 VkImageTiling tiling; 13} VkPhysicalDeviceSparseImageFormatInfo2; 14---- 15