Emscripten fixes

This commit is contained in:
Joshua Granick
2023-05-19 23:10:16 -07:00
parent 4458cefeb2
commit be19381999
5 changed files with 47 additions and 48 deletions

View File

@@ -13,9 +13,9 @@
#elif defined (EMSCRIPTEN)
#define LIME_GLES
#define LIME_GLES3_API
#include <GLES3/gl3.h>
#include <GLES3/gl2ext.h>
// #define LIME_GLES3_API
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#elif defined (TIZEN)