summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorRye Cogtail <rye@lindenlab.com>2024-09-13 16:26:23 -0400
committerRye Cogtail <rye@lindenlab.com>2024-09-16 15:12:15 -0400
commit85a7020e4903e83701c3f1ccbc9a14bd84c9368b (patch)
tree0e98c719bf94531bcf0c22db9e2ce526ab85cf82 /indra/newview/pipeline.h
parent2f38f0685cf3031f6108de2a7c312aa4cf0462bd (diff)
Raise resolution of local baked texture preview from 512 to 2048
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index a3ecab3208..5c9b95ef4a 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -737,6 +737,9 @@ public:
// downres scratch space for GPU downscaling of textures
LLRenderTarget mDownResMap;
+ // 2k bom scratch target
+ LLRenderTarget mBakeMap;
+
LLCullResult mSky;
LLCullResult mReflectedObjects;
LLCullResult mRefractedObjects;
@@ -776,7 +779,7 @@ public:
//water distortion texture (refraction)
LLRenderTarget mWaterDis;
- static const U32 MAX_BAKE_WIDTH;
+ static const U32 MAX_PREVIEW_WIDTH;
//texture for making the glow
LLRenderTarget mGlow[3];