diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-10-21 11:53:29 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-10-21 11:53:29 -0600 |
commit | dbb353d3b0e5cf3aa9d4d8062c527bb52171ef15 (patch) | |
tree | d0b78a18caabc03921684c4cc74a40465e3f027c /indra/newview/llviewertexture.h | |
parent | 897972636d0fdd0c6dc76e1a337bb43e1aa9bc0c (diff) |
fix for SH-2516: Full Bright Geometry Rendering Increases Rapidly, Destroying Frame Rate.
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 a4a5ae0a5b..b96441127d 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -267,6 +267,7 @@ private: /*virtual*/ LLImageGL* getGLTexture() const ; virtual void switchToCachedImage(); + static bool isMemoryForTextureLow() ; protected: LLUUID mID; S32 mBoostLevel; // enum describing priority level |