From b5d27bc5ddb9f30153e02f4ae1096c8d6eda3df5 Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Tue, 17 Nov 2015 18:02:12 +0100 Subject: mesa/main: Added empty skeleton of glGetInternalformati64v Reviewed-by: Dave Airlie --- src/mesa/main/formatquery.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/main/formatquery.h') diff --git a/src/mesa/main/formatquery.h b/src/mesa/main/formatquery.h index b42299e3128..1061fd26753 100644 --- a/src/mesa/main/formatquery.h +++ b/src/mesa/main/formatquery.h @@ -41,4 +41,8 @@ extern void GLAPIENTRY _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params); +extern void GLAPIENTRY +_mesa_GetInternalformati64v(GLenum target, GLenum internalformat, + GLenum pname, GLsizei bufSize, GLint64 *params); + #endif /* FORMATQUERY_H */ -- cgit v1.2.3