summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-07-16 14:12:37 -0700
committerGraham Linden <graham@lindenlab.com>2019-07-16 14:12:37 -0700
commitdc7aa170b80bb7d3f7725b5bddce08ff2da5a7a7 (patch)
tree3af060312fac8222ba29628baf994c4d8c7afc58 /indra/newview/pipeline.h
parent00590defe4f525229c392b6f345695a09ac6b679 (diff)
SL-11610
Give bake its own RT to avoid issues with sharing the water distortion map. Use glFinish to insure RTs will be complete.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index b0c40d145b..cc9ec06f80 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -650,6 +650,8 @@ public:
//water distortion texture (refraction)
LLRenderTarget mWaterDis;
+ LLRenderTarget mBake;
+
//texture for making the glow
LLRenderTarget mGlow[3];