Package org.lwjgl.opengl
Class WGLEXTPixelFormatPackedFloat
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTPixelFormatPackedFloat
-
public final class WGLEXTPixelFormatPackedFloat extends java.lang.ObjectNative 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
EXTPackedFloatcould 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 intWGL_TYPE_RGBA_UNSIGNED_FLOAT_EXTAccepted as a value in theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter 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 theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter array ofGetPixelFormatAttribivARB.- See Also:
- Constant Field Values
-
-