diff options
author | Samuel Pitoiset <[email protected]> | 2017-04-03 21:57:34 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-14 10:04:35 +0200 |
commit | 5f249b9f05ece03a7cbd591cdca0400cb619d11c (patch) | |
tree | 249820842c53fd870e0bba103bab9fc0bc7622d2 /src/mesa/main/varray.h | |
parent | d364ab4a615b762b3684fa292590ef4cfaba9ea8 (diff) |
mapi: add GL_ARB_bindless_texture entry points
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 43b9fe905ef..8525fcc181e 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -248,6 +248,9 @@ _mesa_GetVertexAttribLdv(GLuint index, GLenum pname, GLdouble *params); extern void GLAPIENTRY _mesa_GetVertexAttribiv(GLuint index, GLenum pname, GLint *params); +extern void GLAPIENTRY +_mesa_GetVertexAttribLui64vARB(GLuint index, GLenum pname, GLuint64EXT *params); + extern void GLAPIENTRY _mesa_GetVertexAttribIiv(GLuint index, GLenum pname, GLint *params); |