diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-03-13 16:46:39 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-03-13 16:47:11 -0700 |
commit | 4319ba5edcfeb066d712cdb5a851f155a87ed71b (patch) | |
tree | 38986b3e167e58a1c2865125a7f7f23da28c90ab /indra/llrender/llimagegl.h | |
parent | c734602592d271204c7ac1debbc10a23c74b5b64 (diff) |
SL-19331: Improve performance of setSubImage (ex: media updates)
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rw-r--r-- | indra/llrender/llimagegl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h index 08d8f60979..42f6efef77 100644 --- a/indra/llrender/llimagegl.h +++ b/indra/llrender/llimagegl.h @@ -214,6 +214,7 @@ public: private: U32 createPickMask(S32 pWidth, S32 pHeight); void freePickMask(); + bool isCompressed(); LLPointer<LLImageRaw> mSaveData; // used for destroyGL/restoreGL LL::WorkQueue::weak_t mMainQueue; |