Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Dec 26, 2023
1 parent 08eb15c commit af6531e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glad/generator/c/templates/loader/gles2.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
typedef __eglMustCastToProperFunctionPointerType (GLAD_API_PTR *PFNEGLGETPROCADDRESSPROC)(const char *name);
#endif
extern __eglMustCastToProperFunctionPointerType emscripten_GetProcAddress(const char *name);
#elif GLAD_GLES2_USE_SYSTEM_EGL
#include <EGL/egl.h>
typedef __eglMustCastToProperFunctionPointerType (GLAD_API_PTR *PFNEGLGETPROCADDRESSPROC)(const char *name);
#else
#include <glad/egl.h>
#endif
Expand Down

0 comments on commit af6531e

Please sign in to comment.