[Mesa-dev] [PATCH 2/4] mesa: update comment on vertex_attrib_binding()
Brian Paul
brianp at vmware.com
Wed Oct 26 16:37:22 UTC 2016
Was missed in an earlier renaming patch.
---
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,
--
1.9.1
More information about the mesa-dev
mailing list