Package org.lwjgl.opengl
Class GLXARBFBConfigFloat
java.lang.Object
org.lwjgl.opengl.GLXARBFBConfigFloat
Native bindings to the GLX_ARB_fbconfig_float extension.
The standard OpenGL pipeline is based on a fixed-point pipeline. While color components are nominally floating-point values in the pipeline, components are frequently clamped to the range [0,1] to accomodate the fixed-point color buffer representation and allow for fixed-point computational hardware.
This extension adds pixel formats or visuals with floating-point RGBA color components and controls for clamping of color components within the pipeline.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as a bit set in the GLX_RENDER_TYPE variable.static final intAccepted as values of therender_typearguments in theCreateNewContextandCreateContextfunctions. -
Method Summary
-
Field Details
-
GLX_RGBA_FLOAT_TYPE_ARB
public static final int GLX_RGBA_FLOAT_TYPE_ARBAccepted as values of therender_typearguments in theCreateNewContextandCreateContextfunctions.- See Also:
-
GLX_RGBA_FLOAT_BIT_ARB
public static final int GLX_RGBA_FLOAT_BIT_ARBAccepted as a bit set in the GLX_RENDER_TYPE variable.- See Also:
-