summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-03 20:10:31 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-03 20:19:58 +0800
commit88cdce3f8e30c393d8e1979629162442adeac203 (patch)
tree8b82c0f37cd11cb413610f09943d9f5f0caaa143 /indra/llrender/llrender.h
parent2b610653c8a7b090c677d515894af7318f81ac18 (diff)
parent79909b8a335b9fdeaefe384528284538e8dae6a4 (diff)
Merge tag 'Second_Life_Release#79909b8a-2025.07' into 2025.07
Diffstat (limited to 'indra/llrender/llrender.h')
-rw-r--r--indra/llrender/llrender.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h
index 15a6249c5a..e6ae3baac6 100644
--- a/indra/llrender/llrender.h
+++ b/indra/llrender/llrender.h
@@ -217,7 +217,7 @@ public:
void setTextureAddressMode(eTextureAddressMode mode);
/*
// MUST already be active and bound
- void setTextureAddressModeFast(eTextureAddressMode mode);
+ void setTextureAddressModeFast(eTextureAddressMode mode, eTextureType tex_type);
*/
// Sets the filtering options used to sample the texture
@@ -226,7 +226,7 @@ public:
void setTextureFilteringOption(LLTexUnit::eTextureFilterOptions option);
/*
// MUST already be active and bound
- void setTextureFilteringOptionFast(LLTexUnit::eTextureFilterOptions option);
+ void setTextureFilteringOptionFast(LLTexUnit::eTextureFilterOptions option, eTextureType tex_type);
*/
static U32 getInternalType(eTextureType type);