Class 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.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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