Class VkPhysicalDeviceMaintenance5Properties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceMaintenance5PropertiesKHR

public class VkPhysicalDeviceMaintenance5Properties extends Struct<VkPhysicalDeviceMaintenance5Properties> implements NativeResource
struct VkPhysicalDeviceMaintenance5Properties {
    VkStructureType sType;
    void * pNext;
    VkBool32 earlyFragmentMultisampleCoverageAfterSampleCounting;
    VkBool32 earlyFragmentSampleMaskTestBeforeSampleCounting;
    VkBool32 depthStencilSwizzleOneSupport;
    VkBool32 polygonModePointSize;
    VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;
    VkBool32 nonStrictWideLinesUseParallelogram;
}