You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
559B

  1. GLX_NV_swap_group
  2. http://www.opengl.org/registry/specs/NV/glx_swap_group.txt
  3. GLX_NV_swap_group
  4. Bool glXBindSwapBarrierNV (Display* dpy, GLuint group, GLuint barrier)
  5. Bool glXJoinSwapGroupNV (Display* dpy, GLXDrawable drawable, GLuint group)
  6. Bool glXQueryFrameCountNV (Display* dpy, int screen, GLuint *count)
  7. Bool glXQueryMaxSwapGroupsNV (Display* dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers)
  8. Bool glXQuerySwapGroupNV (Display* dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier)
  9. Bool glXResetFrameCountNV (Display* dpy, int screen)