Package org.lwjgl.opengl
Class ARBColorBufferFloat
java.lang.Object
org.lwjgl.opengl.ARBColorBufferFloat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final int
Accepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final int
Accepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final int
Accepted by the <clamp> parameter of ClampColorARB.static final int
Accepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted as a bit set in the GLX_RENDER_TYPE variablestatic final int
Accepted as values of the <render_type> arguments in the glXCreateNewContext and glXCreateContext functionsstatic final int
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: -
Method Summary
-
Field Details
-
GL_RGBA_FLOAT_MODE_ARB
public static final int GL_RGBA_FLOAT_MODE_ARBAccepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_CLAMP_VERTEX_COLOR_ARB
public static final int GL_CLAMP_VERTEX_COLOR_ARBAccepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
GL_CLAMP_FRAGMENT_COLOR_ARB
public static final int GL_CLAMP_FRAGMENT_COLOR_ARBAccepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
GL_CLAMP_READ_COLOR_ARB
public static final int GL_CLAMP_READ_COLOR_ARBAccepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
GL_FIXED_ONLY_ARB
public static final int GL_FIXED_ONLY_ARBAccepted by the <clamp> parameter of ClampColorARB.- See Also:
-
WGL_TYPE_RGBA_FLOAT_ARB
public static final int WGL_TYPE_RGBA_FLOAT_ARBAccepted 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:- See Also:
-
GLX_RGBA_FLOAT_TYPE
public static final int GLX_RGBA_FLOAT_TYPEAccepted as values of the <render_type> arguments in the glXCreateNewContext and glXCreateContext functions- See Also:
-
GLX_RGBA_FLOAT_BIT
public static final int GLX_RGBA_FLOAT_BITAccepted as a bit set in the GLX_RENDER_TYPE variable- See Also:
-
-
Method Details
-
glClampColorARB
public static void glClampColorARB(int target, int clamp)
-