Disable *glGetProcAddress() on the web

This commit is contained in:
David Snopek
2024-06-22 15:55:48 -05:00
parent 8a6c1e8f52
commit 8e242fe7c1
3 changed files with 8 additions and 5 deletions

View File

@ -72,7 +72,7 @@
#if !defined(IOS_ENABLED) && !defined(WEB_ENABLED)
// We include EGL below to get debug callback on GLES2 platforms,
// but EGL is not available on iOS.
// but EGL is not available on iOS or the web.
#define CAN_DEBUG
#endif