Class VkPhysicalDeviceMaintenance4Properties

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

public class VkPhysicalDeviceMaintenance4Properties extends org.lwjgl.system.Struct<VkPhysicalDeviceMaintenance4Properties> implements org.lwjgl.system.NativeResource
Structure describing various implementation-defined properties introduced with VK_KHR_maintenance4.
Description

If the VkPhysicalDeviceMaintenance4Properties 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 VkPhysicalDeviceMaintenance4Properties {
     VkStructureType sType();
     void * pNext();
     VkDeviceSize maxBufferSize();
 }