projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910bc4d
)
mesa: update comment on vertex_attrib_binding()
author
Brian Paul
<brianp@vmware.com>
Thu, 20 Oct 2016 00:00:18 +0000
(18:00 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 28 Oct 2016 16:25:29 +0000
(09:25 -0700)
Was missed in an earlier renaming patch.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/varray.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/varray.c
b/src/mesa/main/varray.c
index 482090fa99546f4040f298198c57db00826d9521..59f1779b0c596699d4af4ec50e039459608ec76e 100644
(file)
--- 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,