diff options
author | Graham Linden <graham@lindenlab.com> | 2019-01-08 17:20:56 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-01-08 17:20:56 -0800 |
commit | b865fc88e575e39111418a329362eada368445cd (patch) | |
tree | 9e08290dbc80a7c603e4baec36b8f7a72fdf5ee3 /indra/newview/pipeline.h | |
parent | 0931bbbf96b540a8547569b0941c1be810b7c3d4 (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.h | 1 |
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; |