Package org.lwjgl.opengl
Class NVMultisampleCoverage
- java.lang.Object
-
- org.lwjgl.opengl.NVMultisampleCoverage
-
public final class NVMultisampleCoverage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COLOR_SAMPLES_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static int
GL_COVERAGE_SAMPLES_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:
-
-
-
Field Detail
-
GL_COVERAGE_SAMPLES_NV
public static final int GL_COVERAGE_SAMPLES_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
GL_COLOR_SAMPLES_NV
public static final int GL_COLOR_SAMPLES_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
-