Re-enable BMP and JPG support, add OpenGL ES 2.0 for desktop platforms, update README.md

This commit is contained in:
JupiterRider 2023-04-13 18:46:45 +02:00
parent 70e5708243
commit 7116f4cf05
7 changed files with 30 additions and 25 deletions

View file

@ -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