Merge pull request #83988 from bruvzg/egl_static
Fix macOS and Windows build with statically linked ANGLE/EGL.
This commit is contained in:
commit
46cb7f94f7
@ -34,6 +34,7 @@
|
|||||||
|
|
||||||
#if defined(EGL_STATIC)
|
#if defined(EGL_STATIC)
|
||||||
#define KHRONOS_STATIC 1
|
#define KHRONOS_STATIC 1
|
||||||
|
#define GLAD_EGL_VERSION_1_5 true
|
||||||
extern "C" EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|
extern "C" EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|
||||||
#undef KHRONOS_STATIC
|
#undef KHRONOS_STATIC
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user