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/pipeline.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/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 5ef3819de4..c4976c4bbc 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8427,8 +8427,6 @@ void LLPipeline::bindDeferredShader(LLGLSLShader& shader, LLRenderTarget* light_ LLEnvironment& environment = LLEnvironment::instance(); LLSettingsSky::ptr_t sky = environment.getCurrentSky(); - - static_cast<LLSettingsVOSky*>(sky.get())->updateShader(&shader); } LLColor3 pow3f(LLColor3 v, F32 f) |