Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WGL_OML_sync_control « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3506cf390cbef183a5e8a9a15e86e6053416866a (plain)
1
2
3
4
5
6
7
8
9
10
WGL_OML_sync_control
http://www.opengl.org/registry/specs/OML/wgl_sync_control.txt
WGL_OML_sync_control

	BOOL wglGetMscRateOML (HDC hdc, INT32* numerator, INT32 *denominator)
	BOOL wglGetSyncValuesOML (HDC hdc, INT64* ust, INT64 *msc, INT64 *sbc)
	INT64 wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder)
	INT64 wglSwapLayerBuffersMscOML (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder)
	BOOL wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64* ust, INT64 *msc, INT64 *sbc)
	BOOL wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64* ust, INT64 *msc, INT64 *sbc)