diff options
author | Dave Parks <davep@lindenlab.com> | 2021-10-19 02:26:41 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2021-10-19 02:26:41 +0000 |
commit | d2dce17803a545378407d6b7c62fdcd3007a92bc (patch) | |
tree | efc7f17fb435b7dca9fc6a9438848bb2ce8724ab /indra/newview/lldrawpoolbump.cpp | |
parent | 02f813d17bcf4592f6425e207e9fe487275b9354 (diff) |
SL-16197 Optimize LLEnvironment handling of shader uniforms. Instrument LLSD. Enable Fast Timers when Tracy is enabled to catch Fast Timer overhead.
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 f316d121ab..d75884cc16 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -1062,6 +1062,7 @@ void LLBumpImageList::updateImages() // Note: the caller SHOULD NOT keep the pointer that this function returns. It may be updated as more data arrives. LLViewerTexture* LLBumpImageList::getBrightnessDarknessImage(LLViewerFetchedTexture* src_image, U8 bump_code ) { + LL_PROFILE_ZONE_SCOPED; llassert( (bump_code == BE_BRIGHTNESS) || (bump_code == BE_DARKNESS) ); LLViewerTexture* bump = NULL; |