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

WGL_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: 04c9b0bde0d71786ca37fb94ab21d65fd25c865a (plain)
1
2
3
4
5
6
7
8
9
10
WGL_NV_swap_group
http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt
WGL_NV_swap_group

	BOOL wglBindSwapBarrierNV (GLuint group, GLuint barrier)
	BOOL wglJoinSwapGroupNV (HDC hDC, GLuint group)
	BOOL wglQueryFrameCountNV (HDC hDC, GLuint* count)
	BOOL wglQueryMaxSwapGroupsNV (HDC hDC, GLuint* maxGroups, GLuint *maxBarriers)
	BOOL wglQuerySwapGroupNV (HDC hDC, GLuint* group, GLuint *barrier)
	BOOL wglResetFrameCountNV (HDC hDC)