mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user