summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-10-19 18:00:18 -0600
committerBrian Paul <[email protected]>2016-10-28 09:25:29 -0700
commit7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4 (patch)
treee4a6160ca5750a17a39460ea657eccd6f640e650 /src/mesa/main/varray.c
parent910bc4d12cdc2b5743ad379fddee45c8b0112762 (diff)
mesa: update comment on vertex_attrib_binding()
Was missed in an earlier renaming patch. Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.c')
-rw-r--r--src/mesa/main/varray.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c
index 482090fa995..59f1779b0c5 100644
--- a/src/mesa/main/varray.c
+++ b/src/mesa/main/varray.c
@@ -125,7 +125,8 @@ type_to_bit(const struct gl_context *ctx, GLenum type)
/**
- * Sets the VertexBinding field in the vertex attribute given by attribIndex.
+ * Sets the BufferBindingIndex field for the vertex attribute given by
+ * attribIndex.
*/
static void
vertex_attrib_binding(struct gl_context *ctx,