summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2020-04-14 12:20:04 -0600
committerDave Houlton <euclid@lindenlab.com>2020-04-14 12:56:40 -0600
commitff27f6c8f77cc910f240b057b58fffa49023bdc1 (patch)
tree84191c01a848bfc0810b95d5baa6534230ebcb3e /indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl
parentee88ebf9e924882d0ac5baf0908fc9d6f437cfa2 (diff)
SL-13019, fix broken varying linkage on MacOS
Diffstat (limited to 'indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl')
-rw-r--r--indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl b/indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl
index ea37610502..d758f85d71 100644
--- a/indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl
+++ b/indra/newview/app_settings/shaders/class2/windlight/atmosphericsVarsF.glsl
@@ -24,7 +24,6 @@
*/
-VARYING vec3 vary_SunlitColor;
VARYING vec3 vary_AdditiveColor;
VARYING vec3 vary_AtmosAttenuation;