mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 05:48:18 +02:00
glsl: Comment ast_type_qualifier.flags
This commit is contained in:
parent
b7b2791c6b
commit
4a62a1c366
1 changed files with 5 additions and 1 deletions
|
|
@ -349,7 +349,11 @@ struct ast_type_qualifier {
|
|||
* qualifier is used.
|
||||
*/
|
||||
unsigned explicit_location:1;
|
||||
} q;
|
||||
}
|
||||
/** \brief Set of flags, accessed by name. */
|
||||
q;
|
||||
|
||||
/** \brief Set of flags, accessed as a bitmask. */
|
||||
unsigned i;
|
||||
} flags;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue