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

GL_NV_fence « 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: 7a5ef294a17b71884a8fdafb568805623c9ce2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GL_NV_fence
http://www.opengl.org/registry/specs/NV/fence.txt
GL_NV_fence

	GL_ALL_COMPLETED_NV 0x84F2
	GL_FENCE_STATUS_NV 0x84F3
	GL_FENCE_CONDITION_NV 0x84F4
	void glDeleteFencesNV (GLsizei n, const GLuint* fences)
	void glFinishFenceNV (GLuint fence)
	void glGenFencesNV (GLsizei n, GLuint* fences)
	void glGetFenceivNV (GLuint fence, GLenum pname, GLint* params)
	GLboolean glIsFenceNV (GLuint fence)
	void glSetFenceNV (GLuint fence, GLenum condition)
	GLboolean glTestFenceNV (GLuint fence)