Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GLX_NV_swap_group « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57ea6be3ed37008dd8c774e42c3da203d1f2abd5 (plain)
1
2
3
4
5
6
7
8
9
10
GLX_NV_swap_group
http://www.opengl.org/registry/specs/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)