mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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:
parent
910bc4d12c
commit
7a4ba9f16e
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue