org.lwjgl.opengl
Class ARBColorBufferFloat

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

public final class ARBColorBufferFloat
extends java.lang.Object


Field Summary
static int GL_CLAMP_FRAGMENT_COLOR_ARB
           
static int GL_CLAMP_READ_COLOR_ARB
           
static int GL_CLAMP_VERTEX_COLOR_ARB
          Accepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
static int GL_FIXED_ONLY_ARB
          Accepted by the <clamp> parameter of ClampColorARB.
static int GL_RGBA_FLOAT_MODE_ARB
          Accepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
 
Method Summary
static void glClampColorARB(int target, int clamp)
          Accepted as a bit set in the GLX_RENDER_TYPE variable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_RGBA_FLOAT_MODE_ARB

public static final int GL_RGBA_FLOAT_MODE_ARB
Accepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:

See Also:
Constant Field Values

GL_CLAMP_VERTEX_COLOR_ARB

public static final int GL_CLAMP_VERTEX_COLOR_ARB
Accepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.

See Also:
Constant Field Values

GL_CLAMP_FRAGMENT_COLOR_ARB

public static final int GL_CLAMP_FRAGMENT_COLOR_ARB
See Also:
Constant Field Values

GL_CLAMP_READ_COLOR_ARB

public static final int GL_CLAMP_READ_COLOR_ARB
See Also:
Constant Field Values

GL_FIXED_ONLY_ARB

public static final int GL_FIXED_ONLY_ARB
Accepted by the <clamp> parameter of ClampColorARB.

See Also:
Constant Field Values
Method Detail

glClampColorARB

public static void glClampColorARB(int target,
                                   int clamp)
Accepted as a bit set in the GLX_RENDER_TYPE variable



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