WARNING: Issues on web building

Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension.

It requires more investigation but now it works (avoiding VAO usage)
This commit is contained in:
Ray
2019-04-23 18:10:38 +02:00
parent 3aafa9d5ba
commit 0c567cd259
7 changed files with 27 additions and 15 deletions

View File

@ -42,7 +42,7 @@
.PHONY: all clean install uninstall
# Define required raylib variables
RAYLIB_VERSION = 2.4.0
RAYLIB_VERSION = 2.5.0
RAYLIB_API_VERSION = 2
# See below for alternatives.