summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2020-01-30 21:17:25 +0000
committerDave Houlton <euclid@lindenlab.com>2020-01-30 21:17:25 +0000
commit701e8515130d89430a3a20a0e1e31e34d571ae53 (patch)
treeb9c6449b7d69f540b965ab16810eb1542afb06d4 /indra/newview/pipeline.h
parent01770f3ce32767a62a6920646a9a4e3906fecc59 (diff)
parent49a2b3b5d76f646ab1a2681ed7fe626128aaf101 (diff)
Merged in euclid-wip-SL12594 (pull request #3)
SL-12594, Remove ability to de-select Basic Shaders (ie disable Fixed Function rendering) Approved-by: Bradley Payne <vir@lindenlab.com> Approved-by: Michael Pohoreski <ptolemy@lindenlab.com>
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index e75a09d753..68ce3fe88d 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -880,7 +880,6 @@ public:
//cached settings
static bool WindLightUseAtmosShaders;
- static bool VertexShaderEnable;
static bool RenderAvatarVP;
static bool RenderDeferred;
static F32 RenderDeferredSunWash;