Class VkPhysicalDeviceCoverageReductionModeFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCoverageReductionModeFeaturesNV extends Struct<VkPhysicalDeviceCoverageReductionModeFeaturesNV> implements NativeResource
struct VkPhysicalDeviceCoverageReductionModeFeaturesNV {
    VkStructureType sType;
    void * pNext;
    VkBool32 coverageReductionMode;
}