mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
glsl: Fix typo
Remove extra "any" and re-word-wrap the comment. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
6bdc1d96c3
commit
87c66a4ff7
1 changed files with 2 additions and 2 deletions
|
|
@ -199,8 +199,8 @@ private:
|
|||
|
||||
/**
|
||||
* Number of generic varying slots which are used by this shader. This is
|
||||
* used to allocate temporary intermediate data structures. If any any
|
||||
* varying used by this shader has a location greater than or equal to
|
||||
* used to allocate temporary intermediate data structures. If any varying
|
||||
* used by this shader has a location greater than or equal to
|
||||
* location_base + locations_used, an assertion will fire.
|
||||
*/
|
||||
const unsigned locations_used;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue