OpenGL.WGL.OML.sync_control
OpenGL extension OML.sync_control
This module customises the behaviour of the
OpenGL.raw.WGL.OML.sync_control to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/OML/sync_control.txt
Functions
wglSwapLayerBuffersMscOML(
hdc
,
fuPlanes
,
target_msc
,
divisor
,
remainder
)
-> <class 'ctypes.c_long'>
wglWaitForMscOML(
hdc
,
target_msc
,
divisor
,
remainder
,
ust
,
msc
,
sbc
)
-> <class 'ctypes.c_long'>