Package org.lwjgl.opengl
Class WGLNVFloatBuffer
- java.lang.Object
-
- org.lwjgl.opengl.WGLNVFloatBuffer
-
public final class WGLNVFloatBuffer extends java.lang.Object
Native bindings to the WGL_NV_float_buffer extension.WGL functionality for
NV_float_buffer
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV
WGL_FLOAT_COMPONENTS_NVAccepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.static int
WGL_TEXTURE_FLOAT_R_NV
WGL_TEXTURE_FLOAT_RG_NV
WGL_TEXTURE_FLOAT_RGB_NV
WGL_TEXTURE_FLOAT_RGBA_NVAccepted in thepiAttribIList
array of wglCreatePbufferARB and returned in thevalue
parameter of wglQueryPbufferARB wheniAttribute
is TEXTURE_FORMAT_ARB.
-
-
-
Field Detail
-
WGL_FLOAT_COMPONENTS_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV
Accepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.
-
WGL_TEXTURE_FLOAT_R_NV, WGL_TEXTURE_FLOAT_RG_NV, WGL_TEXTURE_FLOAT_RGB_NV, WGL_TEXTURE_FLOAT_RGBA_NV
Accepted in thepiAttribIList
array of wglCreatePbufferARB and returned in thevalue
parameter of wglQueryPbufferARB wheniAttribute
is TEXTURE_FORMAT_ARB.
-
-