org.lwjgl.opengl
Class ARBMultisample

java.lang.Object
  extended by org.lwjgl.opengl.ARBMultisample

public final class ARBMultisample
extends java.lang.Object


Field Summary
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
static void glSampleCoverageARB(float value, boolean invert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

glSampleCoverageARB

public static void glSampleCoverageARB(float value,
                                       boolean invert)


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.