Package org.lwjgl.opengl
Class WGLNVRenderTextureRectangle
- java.lang.Object
-
- org.lwjgl.opengl.WGLNVRenderTextureRectangle
-
public final class WGLNVRenderTextureRectangle extends java.lang.ObjectNative 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 intWGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV
WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NVAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.static intWGL_TEXTURE_RECTANGLE_NVAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB.
-
-
-
Field Detail
-
WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV
Accepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.
-
WGL_TEXTURE_RECTANGLE_NV
Accepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB.
-
-