// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkImageFormatProperties,VkImageFormatProperties]] [source,c++] ---- typedef struct VkImageFormatProperties { VkExtent3D maxExtent; uint32_t maxMipLevels; uint32_t maxArrayLayers; VkSampleCountFlags sampleCounts; VkDeviceSize maxResourceSize; } VkImageFormatProperties; ----