Blame thirdparty/glew/glew-1.9.0/auto/extensions/WGL_OML_sync_control
|
kusano |
7d535a |
WGL_OML_sync_control
|
|
kusano |
7d535a |
http://www.opengl.org/registry/specs/OML/wgl_sync_control.txt
|
|
kusano |
7d535a |
WGL_OML_sync_control
|
|
kusano |
7d535a |
BOOL wglGetMscRateOML (HDC hdc, INT32* numerator, INT32 *denominator)
|
|
kusano |
7d535a |
BOOL wglGetSyncValuesOML (HDC hdc, INT64* ust, INT64 *msc, INT64 *sbc)
|
|
kusano |
7d535a |
INT64 wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder)
|
|
kusano |
7d535a |
INT64 wglSwapLayerBuffersMscOML (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder)
|
|
kusano |
7d535a |
BOOL wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64* ust, INT64 *msc, INT64 *sbc)
|
|
kusano |
7d535a |
BOOL wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64* ust, INT64 *msc, INT64 *sbc)
|