Class VkPhysicalDeviceMaintenance3Properties

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceMaintenance3Properties>
org.lwjgl.vulkan.VkPhysicalDeviceMaintenance3Properties
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDeviceMaintenance3PropertiesKHR

public class VkPhysicalDeviceMaintenance3Properties extends org.lwjgl.system.Struct<VkPhysicalDeviceMaintenance3Properties> implements org.lwjgl.system.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();
 }