summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class3
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-10-10 23:24:48 +0100
committerGraham Linden <graham@lindenlab.com>2018-10-10 23:24:48 +0100
commit55d40245b4456ccf6a3f87ed488b0c5d05e54232 (patch)
treed114bcc0a790ee9fa7d8ffd19ec8d59817541a0c /indra/newview/app_settings/shaders/class3
parentab634a764bef6eb61ffb76db5659253b06c37d5e (diff)
Remove unused uniforms from atmospherics helper shaders.
Diffstat (limited to 'indra/newview/app_settings/shaders/class3')
-rw-r--r--indra/newview/app_settings/shaders/class3/windlight/atmosphericsF.glsl2
-rw-r--r--indra/newview/app_settings/shaders/class3/windlight/transportF.glsl2
2 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/app_settings/shaders/class3/windlight/atmosphericsF.glsl b/indra/newview/app_settings/shaders/class3/windlight/atmosphericsF.glsl
index fee1a7f311..c809a41a0f 100644
--- a/indra/newview/app_settings/shaders/class3/windlight/atmosphericsF.glsl
+++ b/indra/newview/app_settings/shaders/class3/windlight/atmosphericsF.glsl
@@ -26,9 +26,7 @@
vec3 getAdditiveColor();
vec3 getAtmosAttenuation();
-uniform sampler2D cloudMap;
uniform vec4 gamma;
-uniform vec4 cloud_pos_density1;
uniform vec4 lightnorm;
uniform vec4 sunlight_color;
uniform vec4 ambient;
diff --git a/indra/newview/app_settings/shaders/class3/windlight/transportF.glsl b/indra/newview/app_settings/shaders/class3/windlight/transportF.glsl
index e8e9c53c38..c2f4c43101 100644
--- a/indra/newview/app_settings/shaders/class3/windlight/transportF.glsl
+++ b/indra/newview/app_settings/shaders/class3/windlight/transportF.glsl
@@ -30,8 +30,6 @@
vec3 getAdditiveColor();
vec3 getAtmosAttenuation();
-uniform sampler2D cloudMap;
-uniform vec4 cloud_pos_density1;
uniform int no_atmo;
vec3 atmosFragTransport(vec3 light, vec3 atten, vec3 additive) {