summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-03-10 10:52:35 -0600
committerDave Parks <davep@lindenlab.com>2023-03-10 10:52:35 -0600
commit25ede8638209fac8dde5b71bece4bc1dfa30ea16 (patch)
treece5deda0c12a9e157c07cb72001eda396b1a542e /indra/newview/pipeline.cpp
parentcf72c8ec614fcfc2811f10dfacdc51ed3f477e31 (diff)
SL-19172 Texture streaming tune up. Incidental decruft.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index deafa6900e..b053af3f96 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -4319,6 +4319,8 @@ extern std::set<LLSpatialGroup*> visible_selected_groups;
void LLPipeline::renderDebug()
{
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_PIPELINE;
+
assertInitialized();
bool hud_only = hasRenderType(LLPipeline::RENDER_TYPE_HUD);