diff options
author | Fredrik Höglund <[email protected]> | 2015-03-02 18:27:58 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-05-08 15:31:02 +0200 |
commit | c99efbd3c2d496dc7e62adf11ab56b7eb006bbc3 (patch) | |
tree | a74b8dd83abbb4464a1f0cba56c51b2caa42ef03 /src/mesa/main/varray.h | |
parent | 96b646346372ec0e2b9336ef26e0d2a084b69400 (diff) |
mesa: Implement EnableVertexArrayAttrib
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 f783f888553..a86dc6512e7 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -176,6 +176,10 @@ _mesa_EnableVertexAttribArray(GLuint index); extern void GLAPIENTRY +_mesa_EnableVertexArrayAttrib(GLuint vaobj, GLuint index); + + +extern void GLAPIENTRY _mesa_DisableVertexAttribArray(GLuint index); |