This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,10 @@
GLX_NV_swap_group
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
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)