mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 21:10:12 +01:00
glsl: Fix bad formatting in a comment
Trivial Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
2a77c763fe
commit
53c7b8bdca
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ public:
|
|||
*
|
||||
* For the first declaration below, there will be an \c ir_variable named
|
||||
* "instance" whose type and whose instance_type will be the same
|
||||
* \cglsl_type. For the second declaration, there will be an \c ir_variable
|
||||
* \c glsl_type. For the second declaration, there will be an \c ir_variable
|
||||
* named "f" whose type is float and whose instance_type is B2.
|
||||
*
|
||||
* "instance" is an interface instance variable, but "f" is not.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue