Class WGLARBBufferRegion

java.lang.Object
org.lwjgl.opengl.WGLARBBufferRegion

public class WGLARBBufferRegion extends Object
  • Field Details

    • WGL_FRONT_COLOR_BUFFER_BIT_ARB

      public static final int WGL_FRONT_COLOR_BUFFER_BIT_ARB
      See Also:
    • WGL_BACK_COLOR_BUFFER_BIT_ARB

      public static final int WGL_BACK_COLOR_BUFFER_BIT_ARB
      See Also:
    • WGL_DEPTH_BUFFER_BIT_ARB

      public static final int WGL_DEPTH_BUFFER_BIT_ARB
      See Also:
    • WGL_STENCIL_BUFFER_BIT_ARB

      public static final int WGL_STENCIL_BUFFER_BIT_ARB
      See Also:
  • Method Details

    • wglCreateBufferRegionARB

      public static long wglCreateBufferRegionARB(long hdc, int layerPlane, int type)
      HANDLE wglCreateBufferRegionARB(HDC hdc, int layerPlane, UINT type)
    • wglDeleteBufferRegionARB

      public static void wglDeleteBufferRegionARB(long region)
      VOID wglDeleteBufferRegionARB(HANDLE region)
    • wglSaveBufferRegionARB

      public static boolean wglSaveBufferRegionARB(long region, int x, int y, int width, int height)
      BOOL wglSaveBufferRegionARB(HANDLE region, int x, int y, int width, int height)
    • wglRestoreBufferRegionARB

      public static boolean wglRestoreBufferRegionARB(long region, int x, int y, int width, int height, int xSrc, int ySrc)
      BOOL wglRestoreBufferRegionARB(HANDLE region, int x, int y, int width, int height, int xSrc, int ySrc)