Re-enable BMP and JPG support, add OpenGL ES 2.0 for desktop platforms, update README.md
This commit is contained in:
parent
70e5708243
commit
7116f4cf05
7 changed files with 30 additions and 25 deletions
|
@ -143,9 +143,9 @@
|
|||
//------------------------------------------------------------------------------------
|
||||
// Select the desired fileformats to be supported for image data loading
|
||||
#define SUPPORT_FILEFORMAT_PNG 1
|
||||
//#define SUPPORT_FILEFORMAT_BMP 1
|
||||
#define SUPPORT_FILEFORMAT_BMP 1
|
||||
//#define SUPPORT_FILEFORMAT_TGA 1
|
||||
//#define SUPPORT_FILEFORMAT_JPG 1
|
||||
#define SUPPORT_FILEFORMAT_JPG 1
|
||||
#define SUPPORT_FILEFORMAT_GIF 1
|
||||
#define SUPPORT_FILEFORMAT_QOI 1
|
||||
//#define SUPPORT_FILEFORMAT_PSD 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue