Updates for GL_EXT_timer_query:
New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions.
This commit is contained in:
@@ -797,6 +797,10 @@ _mesa_init_exec_table(struct _glapi_table *exec)
|
||||
SET_GetFramebufferAttachmentParameterivEXT(exec, _mesa_GetFramebufferAttachmentParameterivEXT);
|
||||
SET_GenerateMipmapEXT(exec, _mesa_GenerateMipmapEXT);
|
||||
#endif
|
||||
|
||||
/* GL_EXT_timer_query */
|
||||
SET_GetQueryObjecti64vEXT(exec, _mesa_GetQueryObjecti64vEXT);
|
||||
SET_GetQueryObjectui64vEXT(exec, _mesa_GetQueryObjectui64vEXT);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user