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/llsettingsvo.h | |
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/llsettingsvo.h')
-rw-r--r-- | indra/newview/llsettingsvo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llsettingsvo.h b/indra/newview/llsettingsvo.h index 65136ad2f5..caa3ac18d3 100644 --- a/indra/newview/llsettingsvo.h +++ b/indra/newview/llsettingsvo.h @@ -102,8 +102,6 @@ public: bool isAdvanced() const { return m_isAdvanced; } - virtual void updateShader(LLGLSLShader* shader) { applySpecial(shader, true); } - protected: LLSettingsVOSky(); @@ -136,8 +134,6 @@ public: static LLSD convertToLegacy(const ptr_t &); - virtual void updateShader(LLGLSLShader* shader) { applySpecial(shader, true); } - protected: LLSettingsVOWater(); |