From 7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 19 Oct 2016 18:00:18 -0600 Subject: mesa: update comment on vertex_attrib_binding() Was missed in an earlier renaming patch. Reviewed-by: Anuj Phogat --- src/mesa/main/varray.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3