Package org.lwjgl.opengl
Class WGLNVFloatBuffer
- java.lang.Object
-
- org.lwjgl.opengl.WGLNVFloatBuffer
-
public final class WGLNVFloatBuffer extends java.lang.ObjectNative bindings to the WGL_NV_float_buffer extension.WGL functionality for
NV_float_buffer.
-
-
Field Summary
Fields Modifier and Type Field and Description static intWGL_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 thepiAttributesarray of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIListandpfAttribFListarrays of wglChoosePixelFormatARB.static intWGL_TEXTURE_FLOAT_R_NV
WGL_TEXTURE_FLOAT_RG_NV
WGL_TEXTURE_FLOAT_RGB_NV
WGL_TEXTURE_FLOAT_RGBA_NVAccepted in thepiAttribIListarray of wglCreatePbufferARB and returned in thevalueparameter of wglQueryPbufferARB wheniAttributeis 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 thepiAttributesarray of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIListandpfAttribFListarrays of wglChoosePixelFormatARB.
-
WGL_TEXTURE_FLOAT_R_NV, WGL_TEXTURE_FLOAT_RG_NV, WGL_TEXTURE_FLOAT_RGB_NV, WGL_TEXTURE_FLOAT_RGBA_NV
Accepted in thepiAttribIListarray of wglCreatePbufferARB and returned in thevalueparameter of wglQueryPbufferARB wheniAttributeis TEXTURE_FORMAT_ARB.
-
-