Package org.lwjgl.opengl
Class WGLARBPixelFormatFloat
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBPixelFormatFloat
-
public final class WGLARBPixelFormatFloat extends java.lang.ObjectNative bindings to the WGL_ARB_pixel_format_float extension.This extension adds pixel formats with floating-point RGBA color components.
Requires
WGL_ARB_pixel_formatandOpenGL 1.5.
-
-
Field Summary
Fields Modifier and Type Field and Description static intWGL_TYPE_RGBA_FLOAT_ARBAccepted as a value in theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter array ofGetPixelFormatAttribivARB.
-
-
-
Field Detail
-
WGL_TYPE_RGBA_FLOAT_ARB
public static final int WGL_TYPE_RGBA_FLOAT_ARB
Accepted as a value in theattribIListparameter array ofChoosePixelFormatARB, and returned in thevaluesparameter array ofGetPixelFormatAttribivARB.- See Also:
- Constant Field Values
-
-