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:
Marek Olšák 2022-10-18 01:37:10 -04:00 committed by Marge Bot
parent d25df150b8
commit 44614965a5

View file

@ -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;