OpenGL.WGL.ARB.buffer_region
OpenGL extension ARB.buffer_region
This module customises the behaviour of the
OpenGL.raw.WGL.ARB.buffer_region to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/ARB/buffer_region.txt
Functions
wglRestoreBufferRegionARB(
hRegion
,
x
,
y
,
width
,
height
,
xSrc
,
ySrc
)
-> <class 'ctypes.c_long'>
Constants
WGL_BACK_COLOR_BUFFER_BIT_ARB (2)
WGL_DEPTH_BUFFER_BIT_ARB (4)
WGL_FRONT_COLOR_BUFFER_BIT_ARB (1)
WGL_STENCIL_BUFFER_BIT_ARB (8)