Added code to use Qt instead of libpng, libgif and libjpeg. Deactivated for the moment (works fine on Linux).

This commit is contained in:
Xawotihs
2010-12-04 14:19:09 +00:00
parent fb75d31887
commit 488a055736
2 changed files with 118 additions and 58 deletions
+4
View File
@@ -338,6 +338,10 @@ public:
int mFilter;
#if defined (QT_CONFIG)
QImage mImage;
#endif
#if defined (WIN32) || defined (LINUX) || defined (IOS)
GLuint mTexId;
u8* mBuffer;