Browse Source

Update rcore_web.c

pull/3501/head
Ray 1 year ago
parent
commit
d77c918d51
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/platforms/rcore_web.c

+ 0
- 2
src/platforms/rcore_web.c View File

@ -45,8 +45,6 @@
*
**********************************************************************************************/
#define GLFW_INCLUDE_ES2 // GLFW3: Enable OpenGL ES 2.0 (translated to WebGL)
// #define GLFW_INCLUDE_ES3 // GLFW3: Enable OpenGL ES 3.0 (translated to WebGL2?)
#include "GLFW/glfw3.h" // GLFW3: Windows, OpenGL context and Input management
#include <emscripten/emscripten.h> // Emscripten functionality for C

Loading…
Cancel
Save