summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-01-08 17:20:56 -0800
committerGraham Linden <graham@lindenlab.com>2019-01-08 17:20:56 -0800
commitb865fc88e575e39111418a329362eada368445cd (patch)
tree9e08290dbc80a7c603e4baec36b8f7a72fdf5ee3 /indra/newview/pipeline.h
parent0931bbbf96b540a8547569b0941c1be810b7c3d4 (diff)
Fix broken distortion map rendering (was culling everything).
Clean up deferred\alpha shader to allow re-entrant graphics switching (link error on 2nd compile/link of deferred shaders). Clean up some uses of pragma(optimize,...).
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 66cae8bf72..c76b91266e 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -580,6 +580,7 @@ public:
static bool sDynamicLOD;
static bool sPickAvatar;
static bool sReflectionRender;
+ static bool sDistortionRender;
static bool sImpostorRender;
static bool sImpostorRenderAlphaDepthPass;
static bool sUnderWaterRender;