1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceMaintenance3Properties,VkPhysicalDeviceMaintenance3Properties]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceMaintenance3Properties { 6 VkStructureType sType; 7 void* pNext; 8 uint32_t maxPerSetDescriptors; 9 VkDeviceSize maxMemoryAllocationSize; 10} VkPhysicalDeviceMaintenance3Properties; 11---- 12