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

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/GLX_OML_sync_control')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GLX_OML_sync_control9
1 files changed, 0 insertions, 9 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GLX_OML_sync_control b/Libraries/glew-2.0.0/auto/extensions/gl/GLX_OML_sync_control
deleted file mode 100644
index e802656d..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GLX_OML_sync_control
+++ /dev/null
@@ -1,9 +0,0 @@
-GLX_OML_sync_control
-http://www.opengl.org/registry/specs/OML/glx_sync_control.txt
-GLX_OML_sync_control
-
- Bool glXGetMscRateOML (Display* dpy, GLXDrawable drawable, int32_t* numerator, int32_t* denominator)
- Bool glXGetSyncValuesOML (Display* dpy, GLXDrawable drawable, int64_t* ust, int64_t* msc, int64_t* sbc)
- int64_t glXSwapBuffersMscOML (Display* dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder)
- Bool glXWaitForMscOML (Display* dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t* ust, int64_t* msc, int64_t* sbc)
- Bool glXWaitForSbcOML (Display* dpy, GLXDrawable drawable, int64_t target_sbc, int64_t* ust, int64_t* msc, int64_t* sbc)