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
440B

  1. WGL_NV_swap_group
  2. http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt
  3. WGL_NV_swap_group
  4. BOOL wglBindSwapBarrierNV (GLuint group, GLuint barrier)
  5. BOOL wglJoinSwapGroupNV (HDC hDC, GLuint group)
  6. BOOL wglQueryFrameCountNV (HDC hDC, GLuint* count)
  7. BOOL wglQueryMaxSwapGroupsNV (HDC hDC, GLuint* maxGroups, GLuint *maxBarriers)
  8. BOOL wglQuerySwapGroupNV (HDC hDC, GLuint* group, GLuint *barrier)
  9. BOOL wglResetFrameCountNV (HDC hDC)