diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llrender/llimagegl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llrender/llimagegl.h b/linden/indra/llrender/llimagegl.h index efe94c2..b386294 100644 --- a/linden/indra/llrender/llimagegl.h +++ b/linden/indra/llrender/llimagegl.h | |||
@@ -131,6 +131,8 @@ public: | |||
131 | BOOL getUseDiscard() const { return mUseMipMaps && !mDontDiscard; } | 131 | BOOL getUseDiscard() const { return mUseMipMaps && !mDontDiscard; } |
132 | BOOL getDontDiscard() const { return mDontDiscard; } | 132 | BOOL getDontDiscard() const { return mDontDiscard; } |
133 | 133 | ||
134 | BOOL isValidForSculpt(S32 discard_level, S32 image_width, S32 image_height, S32 ncomponents) ; | ||
135 | |||
134 | protected: | 136 | protected: |
135 | void init(BOOL usemipmaps); | 137 | void init(BOOL usemipmaps); |
136 | virtual void cleanup(); // Clean up the LLImageGL so it can be reinitialized. Be careful when using this in derived class destructors | 138 | virtual void cleanup(); // Clean up the LLImageGL so it can be reinitialized. Be careful when using this in derived class destructors |