mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
mesa: fix typos in gl_array_attrib comments
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19783>
This commit is contained in:
parent
d25df150b8
commit
44614965a5
1 changed files with 2 additions and 2 deletions
|
|
@ -1759,8 +1759,8 @@ struct gl_array_attrib
|
|||
* The VERT_BIT_* bits effectively enabled from the current _DrawVAO.
|
||||
* This is always a subset of _mesa_get_vao_vp_inputs(_DrawVAO)
|
||||
* but may omit those arrays that shall not be referenced by the current
|
||||
* gl_vertex_program_state::_VPMode. For example the generic attributes are
|
||||
* maked out form the _DrawVAO's enabled arrays when a fixed function
|
||||
* gl_vertex_program_state::_VPMode. For example, the generic attributes are
|
||||
* masked out from the _DrawVAO's enabled arrays when a fixed function
|
||||
* array draw is executed.
|
||||
*/
|
||||
GLbitfield _DrawVAOEnabledAttribs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue