BentouDev / YAGE

Simple game engine, written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL functions are not bound in emscripten

BentouDev opened this issue · comments

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.