Class VkPhysicalDeviceMaintenance5PropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMaintenance5PropertiesKHR extends VkPhysicalDeviceMaintenance5Properties

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