summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2023-07-12 18:58:15 -0700
committerGitHub <noreply@github.com>2023-07-12 18:58:15 -0700
commit880a1ee695f0d6b57c081c9a04d406712c17f058 (patch)
treeb83d918400925f2b8dc504d0033ef42d5c6a09b8 /indra/newview/pipeline.h
parentf6369a2f2246cf3828078f2c89736398e9f29869 (diff)
parent66283201301b0e55336f4b20407fed811acdc739 (diff)
Merge pull request #275 from secondlife/SL-19567
SL-19567: Mitigate glow banding
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 961a55330a..c0559ce83b 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -1001,6 +1001,7 @@ public:
static S32 RenderGlowIterations;
static F32 RenderGlowWidth;
static F32 RenderGlowStrength;
+ static bool RenderGlowNoise;
static bool RenderDepthOfField;
static bool RenderDepthOfFieldInEditMode;
static F32 CameraFocusTransitionTime;