Package org.lwjgl.opengles
Class NVAlphaToCoverageDitherControl
- java.lang.Object
-
- org.lwjgl.opengles.NVAlphaToCoverageDitherControl
-
public class NVAlphaToCoverageDitherControl extends java.lang.Object
Native bindings to the NV_alpha_to_coverage_dither_control extension.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.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV
GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV
GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NVAccepted by theparam
parameter ofAlphaToCoverageDitherControlNV
.static int
GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV
Accepted by theparam
ofGetIntegerv
.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glAlphaToCoverageDitherControlNV(int mode)
-
-
-
Field Detail
-
GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV, GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NV, GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV
Accepted by theparam
parameter ofAlphaToCoverageDitherControlNV
.
-
GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV
Accepted by theparam
ofGetIntegerv
.
-
-