mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
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)
|