Package org.lwjgl.opengl
Class GLXARBFBConfigFloat
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBFBConfigFloat
-
public final class GLXARBFBConfigFloat extends java.lang.Object
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
Fields Modifier and Type Field and Description static int
GLX_RGBA_FLOAT_BIT_ARB
Accepted as a bit set in the GLX_RENDER_TYPE variable.static int
GLX_RGBA_FLOAT_TYPE_ARB
Accepted as values of therender_type
arguments in theCreateNewContext
andCreateContext
functions.
-
-
-
Field Detail
-
GLX_RGBA_FLOAT_TYPE_ARB
public static final int GLX_RGBA_FLOAT_TYPE_ARB
Accepted as values of therender_type
arguments in theCreateNewContext
andCreateContext
functions.- See Also:
- Constant Field Values
-
GLX_RGBA_FLOAT_BIT_ARB
public static final int GLX_RGBA_FLOAT_BIT_ARB
Accepted as a bit set in the GLX_RENDER_TYPE variable.- See Also:
- Constant Field Values
-
-