Class VkPhysicalDeviceMaintenance3PropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMaintenance3PropertiesKHR extends VkPhysicalDeviceMaintenance3Properties
See VkPhysicalDeviceMaintenance3Properties.

Layout


 struct VkPhysicalDeviceMaintenance3PropertiesKHR {
     VkStructureType sType;
     void * pNext;
     uint32_t maxPerSetDescriptors;
     VkDeviceSize maxMemoryAllocationSize;
 }