Class VkPhysicalDeviceMaintenance4PropertiesKHR

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

public class VkPhysicalDeviceMaintenance4PropertiesKHR extends VkPhysicalDeviceMaintenance4Properties
See VkPhysicalDeviceMaintenance4Properties.

Layout


 struct VkPhysicalDeviceMaintenance4PropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkDeviceSize maxBufferSize;
 }