summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authormobserveur <mobserveur@gmail.co[alias]>2025-03-30 16:14:52 +0200
committermobserveur <mobserveur@gmail.co[alias]>2025-03-30 16:14:52 +0200
commitd9153e3456e618def6b74729ce9a7ace093bb14a (patch)
tree5358010207f61c15eab59b8644c2a6da27608315 /indra/newview/pipeline.h
parent884cf68fee88c2ea58703e261bc303f5613a6c5b (diff)
Shadow options in the graphics advanced panel
New optimisation and resolution shadow options
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 315e38ed8c..da9b8189e2 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -702,7 +702,7 @@ public:
LLRenderTarget shadow[4];
};
- // main full resoltuion render target
+ // main full resolution render target
RenderTargetPack mMainRT;
// auxillary 512x512 render target pack
@@ -1011,6 +1011,7 @@ public:
static U32 RenderResolutionDivisor;
static bool RenderUIBuffer;
static S32 RenderShadowDetail;
+ static S32 MPRenderShadowOpti;
static S32 RenderShadowSplits;
static bool RenderDeferredSSAO;
static F32 RenderShadowResolutionScale;