mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
glsl: Fix typo
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
d63026f62a
commit
9fec560e63
1 changed files with 1 additions and 1 deletions
|
|
@ -3219,7 +3219,7 @@ ast_declarator_list::hir(exec_list *instructions,
|
|||
/* From page 22 (page 28 of the PDF) of the GLSL 1.10 specification;
|
||||
*
|
||||
* "Global variables can only use the qualifiers const,
|
||||
* attribute, uni form, or varying. Only one may be
|
||||
* attribute, uniform, or varying. Only one may be
|
||||
* specified.
|
||||
*
|
||||
* Local variables can only use the qualifier const."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue