org.lwjgl.opengl
Class NVMultisampleCoverage

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

public final class NVMultisampleCoverage
extends java.lang.Object


Field Summary
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:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


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