Package org.lwjgl.opengl
Class WGLARBPixelFormatFloat
java.lang.Object
org.lwjgl.opengl.WGLARBPixelFormatFloat
Native bindings to the WGL_ARB_pixel_format_float extension.
This extension adds pixel formats with floating-point RGBA color components.
Requires WGL_ARB_pixel_format and OpenGL 1.5.
-
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_FLOAT_ARB
public static final int WGL_TYPE_RGBA_FLOAT_ARBAccepted as a value in theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter array ofGetPixelFormatAttribivARB.- See Also:
-