Class VkPhysicalDeviceMaintenance5PropertiesKHR

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

public class VkPhysicalDeviceMaintenance5PropertiesKHR extends VkPhysicalDeviceMaintenance5Properties
See VkPhysicalDeviceMaintenance5Properties.

Layout


 struct VkPhysicalDeviceMaintenance5PropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 earlyFragmentMultisampleCoverageAfterSampleCounting;
     VkBool32 earlyFragmentSampleMaskTestBeforeSampleCounting;
     VkBool32 depthStencilSwizzleOneSupport;
     VkBool32 polygonModePointSize;
     VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;
     VkBool32 nonStrictWideLinesUseParallelogram;
 }