diff options
| author | Callum Linden <113564339+callumlinden@users.noreply.github.com> | 2025-09-04 14:51:34 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 14:51:34 -0700 | 
| commit | 66ccfabdd39a8a54a94d5dbf15364ff7f94a13c2 (patch) | |
| tree | fae8bca7bb3f3ac05972803e2fefc05de8542408 /indra/llrender/llshadermgr.h | |
| parent | 0ae3de8f1e78dc74914ea70e725c8324390f3e97 (diff) | |
| parent | 90aa693f2a9ece9f1c624dba245f202e126bca5b (diff) | |
Merge branch 'project/mac_universal' into callum/viewer-cef-2025-08
Diffstat (limited to 'indra/llrender/llshadermgr.h')
| -rw-r--r-- | indra/llrender/llshadermgr.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llshadermgr.h b/indra/llrender/llshadermgr.h index 46788841a5..1b638e6e06 100644 --- a/indra/llrender/llshadermgr.h +++ b/indra/llrender/llshadermgr.h @@ -363,7 +363,7 @@ public:      // Implemented in the application to actually update out of date uniforms for a particular shader      virtual void updateShaderUniforms(LLGLSLShader * shader) = 0; // Pure Virtual -    void initShaderCache(bool enabled, const LLUUID& old_cache_version, const LLUUID& current_cache_version); +    void initShaderCache(bool enabled, const LLUUID& old_cache_version, const LLUUID& current_cache_version, bool second_instance);      void clearShaderCache();      void persistShaderCacheMetadata(); @@ -387,7 +387,7 @@ public:          F32 mLastUsedTime = 0.0;      };      std::map<LLUUID, ProgramBinaryData> mShaderBinaryCache; -    bool mShaderCacheInitialized = false; +    LLUUID mShaderCacheVersion;      bool mShaderCacheEnabled = false;      std::string mShaderCacheDir;  | 
