Package org.lwjgl.opengl
Class WGLARBBufferRegion
java.lang.Object
org.lwjgl.opengl.WGLARBBufferRegion
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
wglCreateBufferRegionARB
(long hdc, int layerPlane, int type) HANDLE wglCreateBufferRegionARB(HDC hdc, int layerPlane, UINT type)
static void
wglDeleteBufferRegionARB
(long region) VOID wglDeleteBufferRegionARB(HANDLE region)
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)
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)
-
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)
-