summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-11 22:45:42 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-12 00:19:21 +0200
commitcdf248d9860246fd0bee84f700642709fdebbe6e (patch)
treedbc5d4a4e502b92c7dd34d5947312abd539fc5a5 /indra/newview/llviewerstats.cpp
parent7c677776801385166fe836857ca597a130dbda33 (diff)
SL-18391 Basic gltf material accounting
Plan is to expand it as needed with overrides, request rate and memory
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r--indra/newview/llviewerstats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index 5d936dfc90..0be9abadbb 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -139,6 +139,7 @@ SimMeasurement<LLUnit<F64, LLUnits::Percent> >
LLTrace::SampleStatHandle<> FPS_SAMPLE("fpssample"),
NUM_IMAGES("numimagesstat"),
NUM_RAW_IMAGES("numrawimagesstat"),
+ NUM_MATERIALS("nummaterials"),
NUM_OBJECTS("numobjectsstat"),
NUM_ACTIVE_OBJECTS("numactiveobjectsstat"),
ENABLE_VBO("enablevbo", "Vertex Buffers Enabled"),