Package org.lwjgl.opengl
Class ARBMultisample
- java.lang.Object
-
- org.lwjgl.opengl.ARBMultisample
-
public final class ARBMultisample extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_MULTISAMPLE_ARB
static int
GL_MULTISAMPLE_BIT_ARB
static int
GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
static int
GL_SAMPLE_ALPHA_TO_ONE_ARB
static int
GL_SAMPLE_BUFFERS_ARB
static int
GL_SAMPLE_COVERAGE_ARB
static int
GL_SAMPLE_COVERAGE_INVERT_ARB
static int
GL_SAMPLE_COVERAGE_VALUE_ARB
static int
GL_SAMPLES_ARB
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glSampleCoverageARB(float value, boolean invert)
-
-
-
Field Detail
-
GL_MULTISAMPLE_ARB
public static final int GL_MULTISAMPLE_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
public static final int GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLE_ALPHA_TO_ONE_ARB
public static final int GL_SAMPLE_ALPHA_TO_ONE_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLE_COVERAGE_ARB
public static final int GL_SAMPLE_COVERAGE_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLE_BUFFERS_ARB
public static final int GL_SAMPLE_BUFFERS_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLES_ARB
public static final int GL_SAMPLES_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLE_COVERAGE_VALUE_ARB
public static final int GL_SAMPLE_COVERAGE_VALUE_ARB
- See Also:
- Constant Field Values
-
GL_SAMPLE_COVERAGE_INVERT_ARB
public static final int GL_SAMPLE_COVERAGE_INVERT_ARB
- See Also:
- Constant Field Values
-
GL_MULTISAMPLE_BIT_ARB
public static final int GL_MULTISAMPLE_BIT_ARB
- See Also:
- Constant Field Values
-
-