You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
331B

  1. GL_ARB_timer_query
  2. http://www.opengl.org/registry/specs/ARB/timer_query.txt
  3. GL_ARB_timer_query
  4. GL_TIME_ELAPSED 0x88BF
  5. GL_TIMESTAMP 0x8E28
  6. void glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64* params)
  7. void glGetQueryObjectui64v (GLuint id, GLenum pname, GLuint64* params)
  8. void glQueryCounter (GLuint id, GLenum target)