public final class WGLEXTPixelFormatPackedFloat
extends java.lang.Object
This extension provides support for rendering into an unsigned floating-point rendering format with the assumption that the texture format described in
EXTPackedFloat could also be advertised as an unsigned floating-point format for rendering.
Requires WGL_ARB_pixel_format.
| Modifier and Type | Field and Description |
|---|---|
static int |
WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
Accepted as a value in the
attribIList parameter array of ChoosePixelFormatARB, and returned in the values
parameter array of GetPixelFormatAttribivARB. |
public static final int WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
attribIList parameter array of ChoosePixelFormatARB, and returned in the values
parameter array of GetPixelFormatAttribivARB.Copyright LWJGL. All Rights Reserved. License terms.