Class VkPhysicalDeviceMaintenance6PropertiesKHR

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

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

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