Class VkPhysicalDeviceMaintenance3Properties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceMaintenance3PropertiesKHR

public class VkPhysicalDeviceMaintenance3Properties extends Struct<VkPhysicalDeviceMaintenance3Properties> implements NativeResource
Structure describing descriptor set properties.
Description

If the VkPhysicalDeviceMaintenance3Properties structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceMaintenance3Properties {
     VkStructureType sType();
     void * pNext();
     uint32_t maxPerSetDescriptors();
     VkDeviceSize maxMemoryAllocationSize();
 }