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