diff options
author | Dave Parks <davep@lindenlab.com> | 2023-03-29 13:24:07 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-03-29 13:24:07 -0500 |
commit | b130831106d058f0be5414a9a3bcaa99636c7bc0 (patch) | |
tree | f83e82760c4b3a3eeb7186439c8b45d21120ef6e /indra/newview/pipeline.h | |
parent | 4f651bceabc721c9c05e58c74583373ec5d9bcba (diff) |
DRTVWR-559 Dynamic exposure followup -- stochastic sampling, weight based on luminance and distance to center of screen, rebalance night, don't rely on blending not clamping R16F.
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 19d511c2c4..eb30c85993 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -679,6 +679,7 @@ public: // exposure map for getting average color in scene LLRenderTarget mExposureMap; + LLRenderTarget mLastExposure; // tonemapped and gamma corrected render ready for post LLRenderTarget mPostMap; |