mesa: update comment on vertex_attrib_binding()

Was missed in an earlier renaming patch.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
Brian Paul 2016-10-19 18:00:18 -06:00
parent 910bc4d12c
commit 7a4ba9f16e

View file

@ -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,