summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2024-02-01 13:03:49 -0800
committerGitHub <noreply@github.com>2024-02-01 13:03:49 -0800
commit8cf4a7182af7db021a636b68af0f5fec1a032e41 (patch)
tree0b9f24309ec8c2d67681f0070d515aa658b7bc58 /indra/newview/pipeline.h
parentb1410c8b679c14432038a62bff2de772f490bc4a (diff)
parentaab98046b9971717ecdc739b2230377278c83da3 (diff)
Merge pull request #721 from secondlife/geenz/mirror-depixelation
Fix for #684 - make mirrors not pixellated
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 5ace90b000..bbe34933f7 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -699,6 +699,9 @@ public:
// used by reflection probes and dynamic texture bakes
RenderTargetPack mAuxillaryRT;
+ // Auxillary render target pack scaled to the hero probe's per-face size.
+ RenderTargetPack mHeroProbeRT;
+
// currently used render target pack
RenderTargetPack* mRT;