diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-10-23 12:36:47 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-10-23 12:36:47 -0400 |
commit | 7fda8f8d0b5c96b9264b0b3752666d866b64146b (patch) | |
tree | c37f28b461a22fbe50fa66de19012fcb615aa3b1 /indra/llrender/llimagegl.h | |
parent | 910fbde7885cca758328c3ce6d0d77f382cd5e12 (diff) | |
parent | 7783191f91b19d10a14cdb475fedad46ddaa8a9b (diff) |
Merge branch 'develop' into marchcat/xcode-16
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rw-r--r-- | indra/llrender/llimagegl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h index a8b94bd5b0..6b4492c09e 100644 --- a/indra/llrender/llimagegl.h +++ b/indra/llrender/llimagegl.h @@ -298,6 +298,7 @@ public: public: static void initClass(LLWindow* window, S32 num_catagories, bool skip_analyze_alpha = false, bool thread_texture_loads = false, bool thread_media_updates = false); + static void allocateConversionBuffer(); static void cleanupClass() ; private: @@ -305,6 +306,7 @@ private: static bool sSkipAnalyzeAlpha; static U32 sScratchPBO; static U32 sScratchPBOSize; + static U32* sManualScratch; //the flag to allow to call readBackRaw(...). //can be removed if we do not use that function at all. |