diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-05 16:48:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 16:48:34 -0500 |
commit | 5bf60f5d9e722f6210572fd92e79e9994abd2ec1 (patch) | |
tree | 5fa1c538ff87e0e34af61e1edd2c60807bd2a446 /indra/newview/pipeline.h | |
parent | 1f79379bf215c5368337c64b4f72c7c9ef3e09c2 (diff) |
SL-19538 Followup -- fix for dynamic exposure having large gaps in it… (#157)
* SL-19538 Followup -- fix for dynamic exposure having large gaps in its luminance sampling.
* SL-19538 Followup -- review feedback changes.
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 eb30c85993..a231084e5c 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -678,6 +678,7 @@ public: LLRenderTarget mSceneMap; // exposure map for getting average color in scene + LLRenderTarget mLuminanceMap; LLRenderTarget mExposureMap; LLRenderTarget mLastExposure; |