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
public static final int WGL_FLOAT_COMPONENTS_NV
Accepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.- See Also:
- Constant Field Values
-
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV
Accepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.- See Also:
- Constant Field Values
-
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV
Accepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.- See Also:
- Constant Field Values
-
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV
Accepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.- See Also:
- Constant Field Values
-
WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV
Accepted in thepiAttributes
array of wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB and in thepiAttribIList
andpfAttribFList
arrays of wglChoosePixelFormatARB.- See Also:
- Constant Field Values
-
WGL_TEXTURE_FLOAT_R_NV
public static final int WGL_TEXTURE_FLOAT_R_NV
Accepted in thepiAttribIList
array of wglCreatePbufferARB and returned in thevalue
parameter of wglQueryPbufferARB wheniAttribute
is TEXTURE_FORMAT_ARB.- See Also:
- Constant Field Values
-
WGL_TEXTURE_FLOAT_RG_NV
public static final int WGL_TEXTURE_FLOAT_RG_NV
Accepted in thepiAttribIList
array of wglCreatePbufferARB and returned in thevalue
parameter of wglQueryPbufferARB wheniAttribute
is TEXTURE_FORMAT_ARB.- See Also:
- Constant Field Values
-
WGL_TEXTURE_FLOAT_RGB_NV
public static final int WGL_TEXTURE_FLOAT_RGB_NV
Accepted in thepiAttribIList
array of wglCreatePbufferARB and returned in thevalue
parameter of wglQueryPbufferARB wheniAttribute
is TEXTURE_FORMAT_ARB.- See Also:
- Constant Field Values
-
WGL_TEXTURE_FLOAT_RGBA_NV
public static final int WGL_TEXTURE_FLOAT_RGBA_NV
Accepted in thepiAttribIList
array of wglCreatePbufferARB and returned in thevalue
parameter of wglQueryPbufferARB wheniAttribute
is TEXTURE_FORMAT_ARB.- See Also:
- Constant Field Values
-
-