diff options
Diffstat (limited to 'linden/indra/llrender/llrendertarget.h')
-rw-r--r-- | linden/indra/llrender/llrendertarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llrender/llrendertarget.h b/linden/indra/llrender/llrendertarget.h index d5d809b..69af1ea 100644 --- a/linden/indra/llrender/llrendertarget.h +++ b/linden/indra/llrender/llrendertarget.h | |||
@@ -121,6 +121,7 @@ public: | |||
121 | U32 getTexture(U32 attachment = 0) const; | 121 | U32 getTexture(U32 attachment = 0) const; |
122 | 122 | ||
123 | U32 getDepth(void) const { return mDepth; } | 123 | U32 getDepth(void) const { return mDepth; } |
124 | BOOL hasStencil() const { return mStencil; } | ||
124 | 125 | ||
125 | void bindTexture(U32 index, S32 channel); | 126 | void bindTexture(U32 index, S32 channel); |
126 | 127 | ||