diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-06-26 12:21:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 12:21:33 -0700 |
commit | e95df8a28436f6893dfe2f9e46e11fb18a0e1598 (patch) | |
tree | b738253a98bd503df5ded0256fe8100ea7f3898c /indra/newview/llviewertexture.h | |
parent | 244566cc3fcde45e555011c520ed7107b591663d (diff) | |
parent | 8804c019a817812828aa8b4602fd7af11c276478 (diff) |
Merge pull request #1849 from Ansariel/develop
Increase texture discard bias if system memory gets low
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index dc9182bf1b..9963626ada 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -117,6 +117,7 @@ protected: public: static void initClass(); static void updateClass(); + static bool isSystemMemoryLow(); LLViewerTexture(bool usemipmaps = true); LLViewerTexture(const LLUUID& id, bool usemipmaps) ; |