Class WGLNVRenderTextureRectangle



  • public final class WGLNVRenderTextureRectangle
    extends java.lang.Object
    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

      Fields 
      Modifier and Type Field and Description
      static int WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV
      WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV
      Accepted by the piAttributes parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and the piAttribIList and pfAttribIList parameters of wglChoosePixelFormatARB.
      static int WGL_TEXTURE_RECTANGLE_NV
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait