Mesa (master): mesa: update comment on vertex_attrib_binding()

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 28 17:12:14 UTC 2016


Module: Mesa
Branch: master
Commit: 7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Oct 19 18:00:18 2016 -0600

mesa: update comment on vertex_attrib_binding()

Was missed in an earlier renaming patch.

Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 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 482090f..59f1779 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,




More information about the mesa-commit mailing list