diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-08-29 00:02:04 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-08-29 19:56:04 +0300 |
commit | e23aa060494ea1ae8f01033177ec10c333f01b30 (patch) | |
tree | 232c82cc17bd22c69ed145f08bdc9df0c09e801e /indra/newview/llviewertexture.h | |
parent | b2468342072f1e8b0fa2029d01918f74cdd6d4a8 (diff) |
#4604 Reduce draw distance when low on RAM
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index f9311d85cb..d32c302d8e 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -115,6 +115,7 @@ public: static void initClass(); static void updateClass(); static bool isSystemMemoryLow(); + static F32 getSystemMemoryBudgetFactor(); LLViewerTexture(bool usemipmaps = true); LLViewerTexture(const LLUUID& id, bool usemipmaps) ; @@ -189,6 +190,8 @@ private: friend class LLBumpImageList; friend class LLUIImageList; + static U32Megabytes getFreeSystemMemory(); + protected: friend class LLViewerTextureList; LLUUID mID; |