| 49 | void SetData( void * data, void * palette ); |
| 50 | |
| 51 | inline u32 GetBlockWidth() const { return mTextureBlockWidth; } |
| 52 | inline u32 GetWidth() const { return mWidth; } |
| 53 | inline u32 GetHeight() const { return mHeight; } |
| 54 | inline u32 GetCorrectedWidth() const { return mCorrectedWidth; } |