Package org.lwjgl.opengl
Class WGLNVRenderTextureRectangle
- java.lang.Object
-
- org.lwjgl.opengl.WGLNVRenderTextureRectangle
-
public final class WGLNVRenderTextureRectangle extends java.lang.Object
Native bindings to the WGL_NV_render_texture_rectangle extension.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.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV
WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NVAccepted by thepiAttributes
parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIList
andpfAttribIList
parameters of wglChoosePixelFormatARB.static int
WGL_TEXTURE_RECTANGLE_NV
Accepted as a value in thepiAttribList
parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttribute
is WGL_TEXTURE_TARGET_ARB.
-
-
-
Field Detail
-
WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV
Accepted by thepiAttributes
parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIList
andpfAttribIList
parameters of wglChoosePixelFormatARB.
-
WGL_TEXTURE_RECTANGLE_NV
Accepted as a value in thepiAttribList
parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttribute
is WGL_TEXTURE_TARGET_ARB.
-
-