summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorFredrik Höglund <fredrik@kde.org>2015-03-02 18:49:06 +0100
committerFredrik Höglund <fredrik@kde.org>2015-05-08 15:31:03 +0200
commitdc2eaaf912c342ee85c88dcc467a3c59875af874 (patch)
treee767a67293a931fab3b14abcb4d4fde6c99fec9b /src/mesa/main/varray.h
parentade0179f77fff7d2d88d7dd9e23990051815a1dc (diff)
downloadexternal_mesa3d-dc2eaaf912c342ee85c88dcc467a3c59875af874.zip
external_mesa3d-dc2eaaf912c342ee85c88dcc467a3c59875af874.tar.gz
external_mesa3d-dc2eaaf912c342ee85c88dcc467a3c59875af874.tar.bz2
mesa: Implement VertexArrayAttribBinding
Reviewed-by: Laura Ekstrand <laura@jlekstrand.net>
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 d223439..b9544dc 100644
--- a/src/mesa/main/varray.h
+++ b/src/mesa/main/varray.h
@@ -334,6 +334,10 @@ extern void GLAPIENTRY
_mesa_VertexAttribBinding(GLuint attribIndex, GLuint bindingIndex);
extern void GLAPIENTRY
+_mesa_VertexArrayAttribBinding(GLuint vaobj, GLuint attribIndex,
+ GLuint bindingIndex);
+
+extern void GLAPIENTRY
_mesa_VertexBindingDivisor(GLuint bindingIndex, GLuint divisor);