summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2024-11-11 10:45:47 -0800
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-10-07 20:02:49 +0300
commit69d7c0f7efa648b0016baa98ccbe584cb91203ff (patch)
tree4c51eedc045f771883284b7ffd4bbac51b65dacc /indra/newview/llviewerobject.h
parenteb9cb1ab8cf517d30e3bb39788875a0a662e4bf6 (diff)
secondlife/viewer#2570: Fix baked texture shared between avatars when in PBR material
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 66ed3b8dfa..a9c2db60e4 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -392,6 +392,7 @@ public:
/*virtual*/ S32 setTEGlow(const U8 te, const F32 glow);
/*virtual*/ S32 setTEMaterialID(const U8 te, const LLMaterialID& pMaterialID);
/*virtual*/ S32 setTEMaterialParams(const U8 te, const LLMaterialPtr pMaterialParams);
+ S32 initRenderMaterial(const U8 te);
virtual S32 setTEGLTFMaterialOverride(U8 te, LLGLTFMaterial* mat);
// Used by Materials update functions to properly kick off rebuilds