From: Brian Paul Date: Thu, 20 Oct 2016 00:00:18 +0000 (-0600) Subject: mesa: update comment on vertex_attrib_binding() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4;p=mesa.git mesa: update comment on vertex_attrib_binding() Was missed in an earlier renaming patch. Reviewed-by: Anuj Phogat --- 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,