mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: trivial comment typo fix in arrayobj.c
Reviewed-by: Gert Wollny <gw.fossdev@gmail.com>
This commit is contained in:
parent
4ab7e03e1f
commit
fcee2cc711
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ _mesa_reference_vao_(struct gl_context *ctx,
|
|||
|
||||
|
||||
/**
|
||||
* Initialize attribtes of a vertex array within a vertex array object.
|
||||
* Initialize attributes of a vertex array within a vertex array object.
|
||||
* \param vao the container vertex array object
|
||||
* \param index which array in the VAO to initialize
|
||||
* \param size number of components (1, 2, 3 or 4) per attribute
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue