BentouDev / YAGE

Simple game engine, written in C++
MIT License
8 stars 2 forks source link

OpenGL functions are not bound in emscripten #27

Open BentouDev opened 7 years ago

BentouDev commented 7 years ago

Currently used generated opengl headers are not working with emscripten (function pointers are not being loaded properly). Investigate issue (probably related to GLFW) or use wrapper explicitly supported by emscripten.