Package org.lwjgl.opengl
Class WGLEXTPixelFormatPackedFloat
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTPixelFormatPackedFloat
-
public final class WGLEXTPixelFormatPackedFloat extends java.lang.Object
Native bindings to the WGL_EXT_pixel_format_packed_float extension.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
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
Accepted as a value in theattribIList
parameter array ofChoosePixelFormatARB
, and returned in thevalues
parameter array ofGetPixelFormatAttribivARB
.
-
-
-
Field Detail
-
WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
public static final int WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
Accepted as a value in theattribIList
parameter array ofChoosePixelFormatARB
, and returned in thevalues
parameter array ofGetPixelFormatAttribivARB
.- See Also:
- Constant Field Values
-
-