diff options
author | Ian Romanick <[email protected]> | 2009-08-28 15:37:25 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-09-03 11:22:45 -0700 |
commit | 10067e464132e6d484c34dd277da5eb5e21cf491 (patch) | |
tree | 609023f3e2ec2c049626333631f624e15e811f55 /src/mesa/main/get.h | |
parent | d75a99edd6386ab26d69a3f0cbbed4c79fe5fad4 (diff) |
ARB sync: Add infrastructure for glGetInteger64v
Diffstat (limited to 'src/mesa/main/get.h')
-rw-r--r-- | src/mesa/main/get.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h index 9b47b230a98..77a9a7d04b4 100644 --- a/src/mesa/main/get.h +++ b/src/mesa/main/get.h @@ -48,6 +48,9 @@ extern void GLAPIENTRY _mesa_GetIntegerv( GLenum pname, GLint *params ); extern void GLAPIENTRY +_mesa_GetInteger64v( GLenum pname, GLint64 *params ); + +extern void GLAPIENTRY _mesa_GetPointerv( GLenum pname, GLvoid **params ); extern const GLubyte * GLAPIENTRY |