Package org.lwjgl.opengl
Class WGLEXTPixelFormatPackedFloat
java.lang.Object
org.lwjgl.opengl.WGLEXTPixelFormatPackedFloat
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as a value in theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter array ofGetPixelFormatAttribivARB. -
Method Summary
-
Field Details
-
WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
public static final int WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXTAccepted as a value in theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter array ofGetPixelFormatAttribivARB.- See Also:
-