Class GLXARBFBConfigFloat

java.lang.Object
org.lwjgl.opengl.GLXARBFBConfigFloat

public final class GLXARBFBConfigFloat extends 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 Details

    • GLX_RGBA_FLOAT_TYPE_ARB

      public static final int GLX_RGBA_FLOAT_TYPE_ARB
      Accepted as values of the render_type arguments in the CreateNewContext and CreateContext functions.
      See Also:
    • 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: