summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-01 12:11:20 -0800
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-01 12:11:20 -0800
commitfac63e473a4b2b7b9b361c4d5656c94d47d88ef0 (patch)
tree5ebb43f7ad841b168473a189493f2bb11b9d7917 /indra/newview/pipeline.h
parentac76b1b2565b2a5f812eaa12cf309afd4aed9410 (diff)
#684 Fix pixellation on mirrors regardless of mirror resolution.
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;