Class VkPhysicalDeviceMaintenance6Properties

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

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

If the VkPhysicalDeviceMaintenance6Properties 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 VkPhysicalDeviceMaintenance6Properties {
     VkStructureType sType();
     void * pNext();
     VkBool32 blockTexelViewCompatibleMultipleLayers();
     uint32_t maxCombinedImageSamplerDescriptorCount();
     VkBool32 fragmentShadingRateClampCombinerInputs();
 }