GLEW 1.10.0

This commit is contained in:
2014-02-20 16:46:32 +01:00
parent 86de24797b
commit e794aa4dbb
873 changed files with 76058 additions and 0 deletions
@@ -0,0 +1,9 @@
GLX_NV_swap_group
http://www.opengl.org/registry/specs/gl/NV/glx_swap_group.txt
GLX_NV_swap_group
Bool glXBindSwapBarrierNV (Display* dpy, GLuint group, GLuint barrier)
Bool glXJoinSwapGroupNV (Display* dpy, GLXDrawable drawable, GLuint group)
Bool glXQueryFrameCountNV (Display* dpy, int screen, GLuint *count)
Bool glXQueryMaxSwapGroupsNV (Display* dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers)
Bool glXQuerySwapGroupNV (Display* dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier)
Bool glXResetFrameCountNV (Display* dpy, int screen)