public final class ARBColorBufferFloat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_CLAMP_FRAGMENT_COLOR_ARB
Accepted by the <target> parameter of ClampColorARB and the <pname>
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
|
static int |
GL_CLAMP_READ_COLOR_ARB
Accepted by the <target> parameter of ClampColorARB and the <pname>
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
|
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:
|
static int |
GLX_RGBA_FLOAT_BIT
Accepted as a bit set in the GLX_RENDER_TYPE variable
|
static int |
GLX_RGBA_FLOAT_TYPE
Accepted as values of the <render_type> arguments in the
glXCreateNewContext and glXCreateContext functions
|
static int |
WGL_TYPE_RGBA_FLOAT_ARB
Accepted as a value in the <piAttribIList> and <pfAttribFList>
parameter arrays of wglChoosePixelFormatARB, and returned in the
<piValues> parameter array of wglGetPixelFormatAttribivARB, and the
<pfValues> parameter array of wglGetPixelFormatAttribfvARB:
|
Modifier and Type | Method and Description |
---|---|
static void |
glClampColorARB(int target,
int clamp) |
public static final int GL_RGBA_FLOAT_MODE_ARB
public static final int GL_CLAMP_VERTEX_COLOR_ARB
public static final int GL_CLAMP_FRAGMENT_COLOR_ARB
public static final int GL_CLAMP_READ_COLOR_ARB
public static final int GL_FIXED_ONLY_ARB
public static final int WGL_TYPE_RGBA_FLOAT_ARB
public static final int GLX_RGBA_FLOAT_TYPE
public static final int GLX_RGBA_FLOAT_BIT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.