diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-05-16 17:21:08 +0000 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-05-16 17:21:08 +0000 |
| commit | 3400e5fd302c0d9dea6386c4d5bf38876f2cc287 (patch) | |
| tree | e791863ef5dabe1a6fb6cba59771607912362ab7 /indra/newview/lldrawpoolbump.cpp | |
| parent | 6c1fdac9df52ff920860066905a08db748ab0d95 (diff) | |
SL-17284 Reflection probe tuning and optimization take 1
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index 2892fc6f9f..0df0137b7a 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -735,6 +735,7 @@ void LLDrawPoolBump::renderDeferred(S32 pass) void LLDrawPoolBump::renderPostDeferred(S32 pass) { + LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWPOOL for (int i = 0; i < 2; ++i) { // two passes -- static and rigged mRigged = (i == 1); |
