X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fkhronos%2FEGL%2Feglplatform.h;h=b5995ec2387664ce272acbeb846014b882c2a96b;hb=8f735f21b33380fb9e082b0b43e7d51d71b388ce;hp=5f30ef1c22ee7889edf4c2f9e25ca2908e3bd45b;hpb=5409d1ebd76a55030be01c753722bdf9cb303995;p=apitrace diff --git a/thirdparty/khronos/EGL/eglplatform.h b/thirdparty/khronos/EGL/eglplatform.h index 5f30ef1..b5995ec 100644 --- a/thirdparty/khronos/EGL/eglplatform.h +++ b/thirdparty/khronos/EGL/eglplatform.h @@ -93,6 +93,12 @@ typedef struct ANativeWindow* EGLNativeWindowType; typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef void* EGLNativeDisplayType; +#elif defined(__APPLE__) + +typedef void *EGLNativeDisplayType; +typedef void *EGLNativePixmapType; +typedef void *EGLNativeWindowType; + #elif defined(__unix__) /* X11 (tentative) */