This commit is contained in:
Shyotl
2012-08-18 15:26:45 -05:00
committed by Siana Gearz
parent 566d70a6d1
commit a957d58939
2 changed files with 9 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ protected:
public:
virtual void dump(); // debugging info to llinfos
void setSize(S32 width, S32 height, S32 ncomponents);
void setSize(S32 width, S32 height, S32 ncomponents, S32 discard_level = -1);
void setComponents(S32 ncomponents) { mComponents = (S8)ncomponents ;}
void setAllowCompression(bool allow) { mAllowCompression = allow; }