summaryrefslogtreecommitdiff
path: root/indra/llrender/llrendertarget.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-02-20 19:30:46 -0600
committerDave Parks <davep@lindenlab.com>2013-02-20 19:30:46 -0600
commitf67087b87277dc63096fbf4c42cdc17f84d3fbb8 (patch)
tree5d206d8f270b3af781b51787b9c11c4aba043eeb /indra/llrender/llrendertarget.h
parentcc260a635674c56d8fab88a5cd4dd188b4c9ac9c (diff)
MAINT-2370 Add debug setting "RenderAutoMuteRenderCostLimit" that automatically visually mutes avatars above a certain threshold (adjusted by Avatar Mesh Detail Slider)
Diffstat (limited to 'indra/llrender/llrendertarget.h')
-rw-r--r--indra/llrender/llrendertarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llrendertarget.h b/indra/llrender/llrendertarget.h
index cf15f66d31..5cff0a0a21 100644
--- a/indra/llrender/llrendertarget.h
+++ b/indra/llrender/llrendertarget.h
@@ -113,6 +113,7 @@ public:
LLTexUnit::eTextureType getUsage(void) const { return mUsage; }
U32 getTexture(U32 attachment = 0) const;
+ U32 getNumTextures() const;
U32 getDepth(void) const { return mDepth; }
bool hasStencil() const { return mStencil; }