1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkImageFormatProperties,VkImageFormatProperties]] 3[source,c++] 4---- 5typedef struct VkImageFormatProperties { 6 VkExtent3D maxExtent; 7 uint32_t maxMipLevels; 8 uint32_t maxArrayLayers; 9 VkSampleCountFlags sampleCounts; 10 VkDeviceSize maxResourceSize; 11} VkImageFormatProperties; 12---- 13