Package org.lwjgl.opengl
Class ARBMultisample
- java.lang.Object
-
- org.lwjgl.opengl.ARBMultisample
-
public final class ARBMultisample extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_MULTISAMPLE_ARBstatic intGL_MULTISAMPLE_BIT_ARBstatic intGL_SAMPLE_ALPHA_TO_COVERAGE_ARBstatic intGL_SAMPLE_ALPHA_TO_ONE_ARBstatic intGL_SAMPLE_BUFFERS_ARBstatic intGL_SAMPLE_COVERAGE_ARBstatic intGL_SAMPLE_COVERAGE_INVERT_ARBstatic intGL_SAMPLE_COVERAGE_VALUE_ARBstatic intGL_SAMPLES_ARB
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglSampleCoverageARB(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
-
-