Package org.lwjgl.opengl
Class WGLATIRenderTextureRectangle
- java.lang.Object
-
- org.lwjgl.opengl.WGLATIRenderTextureRectangle
-
public final class WGLATIRenderTextureRectangle extends java.lang.ObjectNative bindings to the WGL_ATI_render_texture_rectangle extension.This extension builds upon
WGL_ARB_render_textureand allows a pbuffer to be bound to a texture rectangle target.Requires
WGL_ARB_render_textureandARB_texture_rectangle.
-
-
Field Summary
Fields Modifier and Type Field Description static intWGL_TEXTURE_RECTANGLE_ATIAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB.
-
-
-
Field Detail
-
WGL_TEXTURE_RECTANGLE_ATI
public static final int WGL_TEXTURE_RECTANGLE_ATI
Accepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB.- See Also:
- Constant Field Values
-
-