diff options
author | Fredrik Höglund <[email protected]> | 2015-03-02 18:27:18 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-05-08 15:31:02 +0200 |
commit | 96b646346372ec0e2b9336ef26e0d2a084b69400 (patch) | |
tree | 8be143b8da018db453228b6fdff9c9a7aa63dd9c /src/mesa/main/varray.h | |
parent | 6c37acfbedb88b460d2997f8b2d7b0e04a8782df (diff) |
mesa: Implement DisableVertexArrayAttrib
Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index c70545a2f5b..f783f888553 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -180,6 +180,10 @@ _mesa_DisableVertexAttribArray(GLuint index); extern void GLAPIENTRY +_mesa_DisableVertexArrayAttrib(GLuint vaobj, GLuint index); + + +extern void GLAPIENTRY _mesa_GetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params); extern void GLAPIENTRY |