public class NVAlphaToCoverageDitherControl
extends java.lang.Object
NV_alpha_to_coverage_dither_control provides a new mechanism to control whether dithering is applied when the existing alpha to coverage
functionality is used.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV
Accepted by the
param parameter of AlphaToCoverageDitherControlNV. |
static int |
GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV
Accepted by the
param parameter of AlphaToCoverageDitherControlNV. |
static int |
GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NV
Accepted by the
param parameter of AlphaToCoverageDitherControlNV. |
static int |
GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV
Accepted by the
param of GetIntegerv. |
| Modifier and Type | Method and Description |
|---|---|
static void |
glAlphaToCoverageDitherControlNV(int mode) |
public static final int GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV
param parameter of AlphaToCoverageDitherControlNV.public static final int GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NV
param parameter of AlphaToCoverageDitherControlNV.public static final int GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV
param parameter of AlphaToCoverageDitherControlNV.public static final int GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV
param of GetIntegerv.Copyright LWJGL. All Rights Reserved. License terms.