public final class WGLNVRenderTextureRectangle
extends java.lang.Object
This extension allows a color buffer with non-power-of-two dimensions to be used for both rendering and texturing. It is built upon the ARB_render_texture extension; the only addition in this extension is the ability to bind a texture to a texture rectangle target, as provided through the NV_texture_rectangle extension.
| Modifier and Type | Field and Description |
|---|---|
static int |
WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV
Accepted by the
piAttributes parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and the piAttribIList and
pfAttribIList parameters of wglChoosePixelFormatARB. |
static int |
WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV
Accepted by the
piAttributes parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and the piAttribIList and
pfAttribIList parameters of wglChoosePixelFormatARB. |
static int |
WGL_TEXTURE_RECTANGLE_NV
Accepted as a value in the
piAttribList parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB when
iAttribute is WGL_TEXTURE_TARGET_ARB. |
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV
piAttributes parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and the piAttribIList and
pfAttribIList parameters of wglChoosePixelFormatARB.public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV
piAttributes parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and the piAttribIList and
pfAttribIList parameters of wglChoosePixelFormatARB.public static final int WGL_TEXTURE_RECTANGLE_NV
piAttribList parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB when
iAttribute is WGL_TEXTURE_TARGET_ARB.Copyright LWJGL. All Rights Reserved. License terms.