summaryrefslogtreecommitdiff
path: root/indra/newview/lldynamictexture.cpp
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-12-04 12:18:56 -0800
committerCosmic Linden <cosmic@lindenlab.com>2024-01-19 15:43:12 -0800
commit22d0d81f719ef00d28255d4f8af5702752c731f6 (patch)
treed79062ced2a14d25455df7555f2b389590a6e1b6 /indra/newview/lldynamictexture.cpp
parent42dafa5f09d3921617f54be712907ee12f1e8940 (diff)
SL-20606: Add Tracy profile zone for LLViewerDynamicTexture::updateAllInstances
Diffstat (limited to 'indra/newview/lldynamictexture.cpp')
-rw-r--r--indra/newview/lldynamictexture.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lldynamictexture.cpp b/indra/newview/lldynamictexture.cpp
index 425acd3392..1a817e4fd9 100644
--- a/indra/newview/lldynamictexture.cpp
+++ b/indra/newview/lldynamictexture.cpp
@@ -181,6 +181,8 @@ void LLViewerDynamicTexture::postRender(BOOL success)
//-----------------------------------------------------------------------------
BOOL LLViewerDynamicTexture::updateAllInstances()
{
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_UI;
+
sNumRenders = 0;
if (gGLManager.mIsDisabled)
{