diff options
author | Antia Puentes <[email protected]> | 2015-11-17 18:02:12 +0100 |
---|---|---|
committer | Eduardo Lima Mitev <[email protected]> | 2016-03-03 15:14:06 +0100 |
commit | b5d27bc5ddb9f30153e02f4ae1096c8d6eda3df5 (patch) | |
tree | ff790cf0dbf32bc7eba7f8e3a65405b6d9251162 /src/mesa/main/formatquery.h | |
parent | 2453bba504ef2e88c5ab3737f159314572527a46 (diff) |
mesa/main: Added empty skeleton of glGetInternalformati64v
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/main/formatquery.h')
-rw-r--r-- | src/mesa/main/formatquery.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |