1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

[HTML5] Add "webgl/webgl2.h" as OpenGL include.

Requires emscripten versions > 2.0.17 .
This commit is contained in:
Fabio Alessandrelli
2021-11-26 10:36:56 +01:00
parent 694baff233
commit e8110474b6
2 changed files with 39 additions and 0 deletions

View File

@@ -29,3 +29,5 @@
/*************************************************************************/
#include <alloca.h>
#define OPENGL_INCLUDE_H "platform/javascript/godot_webgl2.h"