public final class NVSampleMaskOverrideCoverage
extends java.lang.Object
SPV_NV_sample_mask_override_coverageThe extension provides access to the OverrideCoverageNV decoration under the SampleMaskOverrideCoverageNV capability. Adding this decoration to a variable with the SampleMask builtin decoration allows the shader to modify the coverage mask and affect which samples are used to process the fragment.
When using GLSL source-based shader languages, the override_coverage layout qualifier from GL_NV_sample_mask_override_coverage maps to the OverrideCoverageNV decoration. To use the override_coverage layout qualifier in GLSL the GL_NV_sample_mask_override_coverage extension must be enabled. Behavior is described in the GL_NV_sample_mask_override_coverage extension spec.
VK_NV_sample_mask_override_coverageSPV_NV_sample_mask_override_coverage SPIR-V extension.GL_NV_sample_mask_override_coverage extension for GLSL source languages.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME
The extension name.
|
static int |
VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION
The extension specification version.
|
public static final int VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION
public static final java.lang.String VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME
Copyright LWJGL. All Rights Reserved. License terms.