summaryrefslogtreecommitdiffstats
path: root/platform/web/platform_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/web/platform_gl.h')
-rw-r--r--platform/web/platform_gl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/web/platform_gl.h b/platform/web/platform_gl.h
index be6e1462a7..8aadab81de 100644
--- a/platform/web/platform_gl.h
+++ b/platform/web/platform_gl.h
@@ -35,6 +35,10 @@
#define GLES_API_ENABLED // Allow using GLES.
#endif
+// Make using *glGetProcAddress() an error on the web.
+#define glGetProcAddress(n) static_assert(false, "Usage of glGetProcessAddress() on the web is a bug.")
+#define eglGetProcAddress(n) static_assert(false, "Usage of eglGetProcessAddress() on the web is a bug.")
+
#include "platform/web/godot_webgl2.h"
#endif // PLATFORM_GL_H