commit | ed5fe20479ef0887255f014fc4048aaac217e756 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Tue Oct 10 23:48:43 2023 +0000 |
committer | John Stiles <johnstiles@google.com> | Fri Oct 13 15:25:03 2023 +0000 |
tree | 05a38cecef6f7d0d71426b6ed212d828ab467829 | |
parent | 0c175e28e5ca9b8056ab94c2281fa1354843e1c3 [diff] |
Avoid accidental shadowing in AGSL code. We were shadowing the `turbulence` function with a variable of the same name. This isn't illegal, but it is not a good idea to do this. Renamed the variable to `turb`. Change-Id: Ic2046d2ffe507f03e53a947a884114dd660b143e