Class WGLATIRenderTextureRectangle

java.lang.Object
org.lwjgl.opengl.WGLATIRenderTextureRectangle

public final class WGLATIRenderTextureRectangle extends 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 and ARB_texture_rectangle.

  • Field Details

    • WGL_TEXTURE_RECTANGLE_ATI

      public static final int WGL_TEXTURE_RECTANGLE_ATI
      Accepted as a value in the piAttribList parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB when iAttribute is WGL_TEXTURE_TARGET_ARB.
      See Also: