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

GL_ARB_timer_query « 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: f9c43973314c5324d7dc821e21521e1519bbf231 (plain)
1
2
3
4
5
6
7
8
9
GL_ARB_timer_query
http://www.opengl.org/registry/specs/ARB/timer_query.txt
GL_ARB_timer_query

	GL_TIME_ELAPSED 0x88BF
	GL_TIMESTAMP 0x8E28
	void glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64* params)
	void glGetQueryObjectui64v (GLuint id, GLenum pname, GLuint64* params)
	void glQueryCounter (GLuint id, GLenum target)