1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-19 21:25:11 +00:00
QB64-PE/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GLX_NV_swap_group

9 lines
561 B
Text

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)