summaryrefslogtreecommitdiff
path: root/src/mesa/main/occlude.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/occlude.h')
-rw-r--r--src/mesa/main/occlude.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/occlude.h b/src/mesa/main/occlude.h
index cecf7cb2b9..ada8cf8356 100644
--- a/src/mesa/main/occlude.h
+++ b/src/mesa/main/occlude.h
@@ -60,5 +60,11 @@ _mesa_GetQueryObjectivARB(GLuint id, GLenum pname, GLint *params);
extern void GLAPIENTRY
_mesa_GetQueryObjectuivARB(GLuint id, GLenum pname, GLuint *params);
+extern void GLAPIENTRY
+_mesa_GetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64EXT *params);
+
+extern void GLAPIENTRY
+_mesa_GetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64EXT *params);
+
#endif /* OCCLUDE_H */