summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2015-03-02 18:27:58 +0100
committerFredrik Höglund <[email protected]>2015-05-08 15:31:02 +0200
commitc99efbd3c2d496dc7e62adf11ab56b7eb006bbc3 (patch)
treea74b8dd83abbb4464a1f0cba56c51b2caa42ef03 /src/mesa/main/varray.h
parent96b646346372ec0e2b9336ef26e0d2a084b69400 (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.h4
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);