Changed the Qt images to load in buffers using dimensions multiple of power 2. Simplified the memory management as well.

This commit is contained in:
Xawotihs
2010-12-22 22:20:20 +00:00
parent a5c5a9d60b
commit 7a0bf2c78c
2 changed files with 11 additions and 15 deletions

View File

@@ -338,10 +338,6 @@ public:
int mFilter;
#if defined (QT_CONFIG)
QImage mImage;
#endif
#if defined (WIN32) || defined (LINUX) || defined (IOS)
GLuint mTexId;
u8* mBuffer;