diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-16 16:16:53 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-16 16:16:53 -0500 |
commit | 18b0aa03717cd8209b6c239457bcf69f0d39ecf7 (patch) | |
tree | 7ad75cf8db7249a49b1bd55770390991c1198e7e /indra/newview/llviewertexture.h | |
parent | f5d66e79eec07384ef6f4fd3f516f7a9d010fb9e (diff) |
SL-17619 Add support for embedded textures to GLTF importer
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index b953d7006b..53cf911102 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -668,6 +668,8 @@ public: static LLPointer<LLViewerTexture> getLocalTexture(const LLImageRaw* raw, BOOL usemipmaps) ; static LLPointer<LLViewerTexture> getLocalTexture(const U32 width, const U32 height, const U8 components, BOOL usemipmaps, BOOL generate_gl_tex = TRUE) ; + static LLViewerFetchedTexture* getFetchedTexture(const LLImageRaw* raw, FTType type, bool usemipmaps); + static LLViewerFetchedTexture* getFetchedTexture(const LLUUID &image_id, FTType f_type = FTT_DEFAULT, BOOL usemipmap = TRUE, |