Package org.lwjgl.opengl
Class WGLNVRenderTextureRectangle
java.lang.Object
org.lwjgl.opengl.WGLNVRenderTextureRectangle
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.static final intAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.static final intAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB. -
Method Summary
-
Field Details
-
WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NVAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.- See Also:
-
WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NVAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.- See Also:
-
WGL_TEXTURE_RECTANGLE_NV
public static final int WGL_TEXTURE_RECTANGLE_NVAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB.- See Also:
-