Added code to use Qt instead of libpng, libgif and libjpeg. Deactivated for the moment (works fine on Linux).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user