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

GL_SGIX_async « 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: cc6b0cc6f8b29b7ea5adf03ed08a0a0fa0c63dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
GL_SGIX_async
http://www.opengl.org/registry/specs/SGIX/async.txt
GL_SGIX_async

	GL_ASYNC_MARKER_SGIX 0x8329
	void glAsyncMarkerSGIX (GLuint marker)
	void glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
	GLint glFinishAsyncSGIX (GLuint* markerp)
	GLuint glGenAsyncMarkersSGIX (GLsizei range)
	GLboolean glIsAsyncMarkerSGIX (GLuint marker)
	GLint glPollAsyncSGIX (GLuint* markerp)