Package org.lwjgl.opengl
Class WGLATIRenderTextureRectangle
- java.lang.Object
-
- org.lwjgl.opengl.WGLATIRenderTextureRectangle
-
public final class WGLATIRenderTextureRectangle extends java.lang.Object
Native bindings to the WGL_ATI_render_texture_rectangle extension.This extension builds upon
WGL_ARB_render_texture
and allows a pbuffer to be bound to a texture rectangle target.Requires
WGL_ARB_render_texture
andARB_texture_rectangle
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
WGL_TEXTURE_RECTANGLE_ATI
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_TEXTURE_RECTANGLE_ATI
public static final int WGL_TEXTURE_RECTANGLE_ATI
Accepted as a value in thepiAttribList
parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttribute
is WGL_TEXTURE_TARGET_ARB.- See Also:
- Constant Field Values
-
-