blob: a0bb874bd2c5f62aa95fc27f86912403522868ca [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceMaintenance3Properties,VkPhysicalDeviceMaintenance3Properties]]
[source,c++]
----
typedef struct VkPhysicalDeviceMaintenance3Properties {
VkStructureType sType;
void* pNext;
uint32_t maxPerSetDescriptors;
VkDeviceSize maxMemoryAllocationSize;
} VkPhysicalDeviceMaintenance3Properties;
----