diff options
author | Dave Parks <davep@lindenlab.com> | 2024-05-30 16:28:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 16:28:56 -0500 |
commit | d1a8a9d0c39bff726e8c298c5bad309055726a30 (patch) | |
tree | ed22bacafc1c42d458cf2c166b6ebb7364a946b5 /indra/newview/llviewertexturelist.h | |
parent | 0a4d37f22f78ff0b6095237c7c90bfb627464a94 (diff) |
#1596 Fix for GLTF uploads failing after loading from .glb file (#1602)
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index ba468bab7e..a2cbc85c60 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -191,7 +191,8 @@ private: LLGLenum primary_format = 0, const LLUUID& force_id = LLUUID::null ); - + + LLImageRaw* getRawImageFromMemory(const U8* data, U32 size, std::string_view mimetype); LLViewerFetchedTexture* getImageFromMemory(const U8* data, U32 size, std::string_view mimetype); LLViewerFetchedTexture* createImage(const LLUUID &image_id, |