Class GLXEXTFBConfigPackedFloat
This extension adds a new 3-component floating-point texture format that fits within a single 32-bit word. This format stores 5 bits of biased exponent per component in the same manner as 16-bit floating-point formats, but rather than 10 mantissa bits, the red, green, and blue components have 6, 6, and 5 bits respectively. Each mantissa is assumed to have an implied leading one except in the denorm exponent case. There is no sign bit so only non-negative values can be represented. Positive infinity, positive denorms, and positive NaN values are representable. The value of the fourth component returned by a texture fetch is always 1.0.
This extension also provides support for rendering into an unsigned floating-point rendering format with the assumption that the texture format described above could also be advertised as an unsigned floating-point format for rendering.
The extension also provides a pixel external format for specifying packed float values directly.
Requires GLX 1.3.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intReturned byGetFBConfigAttrib(whenattributeis set to GLX_RENDER_TYPE) and accepted by theattrib_listparameter ofChooseFBConfig(following the GLX_RENDER_TYPE token).static final intAccepted as values of therender_typearguments in theCreateNewContextandCreateContextfunctions. -
Method Summary
-
Field Details
-
GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT
public static final int GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXTAccepted as values of therender_typearguments in theCreateNewContextandCreateContextfunctions.- See Also:
-
GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT
public static final int GLX_RGBA_UNSIGNED_FLOAT_BIT_EXTReturned byGetFBConfigAttrib(whenattributeis set to GLX_RENDER_TYPE) and accepted by theattrib_listparameter ofChooseFBConfig(following the GLX_RENDER_TYPE token).- See Also:
-