OpenGL.WGL.AMD.gpu_association
OpenGL extension AMD.gpu_association
This module customises the behaviour of the
OpenGL.raw.WGL.AMD.gpu_association to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/AMD/gpu_association.txt
Functions
wglBlitContextFramebufferAMD(
dstCtx
,
srcX0
,
srcY0
,
srcX1
,
srcY1
,
dstX0
,
dstY0
,
dstX1
,
dstY1
,
mask
,
filter
)
wglCreateAssociatedContextAttribsAMD(
id
,
hShareContext
,
attribList
)
-> <class 'ctypes.c_void_p'>
Constants
WGL_GPU_CLOCK_AMD (8612)
WGL_GPU_FASTEST_TARGET_GPUS_AMD (8610)
WGL_GPU_NUM_PIPES_AMD (8613)
WGL_GPU_NUM_RB_AMD (8615)
WGL_GPU_NUM_SIMD_AMD (8614)
WGL_GPU_NUM_SPI_AMD (8616)
WGL_GPU_OPENGL_VERSION_STRING_AMD (7938)
WGL_GPU_RAM_AMD (8611)
WGL_GPU_RENDERER_STRING_AMD (7937)
WGL_GPU_VENDOR_AMD (7936)