Package org.lwjgl.opengl
Class WGLATIRenderTextureRectangle
java.lang.Object
org.lwjgl.opengl.WGLATIRenderTextureRectangle
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 and ARB_texture_rectangle.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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_TEXTURE_RECTANGLE_ATI
public static final int WGL_TEXTURE_RECTANGLE_ATIAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_TEXTURE_TARGET_ARB.- See Also:
-