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

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

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

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

      @NativeType("BOOL") public static boolean wglRestoreBufferRegionARB(@NativeType("HANDLE") 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)