diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-29 13:37:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-29 13:37:39 +0200 |
commit | beb798d01ab941a9abd428f3ab2ce4dd54afa53c (patch) | |
tree | 792acb36650d123ddb4280b1226c0dab6b9b3480 /thirdparty/glad/EGL | |
parent | 271d7c8db7c75abd5f89d6305f591e91f51e500b (diff) | |
download | redot-engine-beb798d01ab941a9abd428f3ab2ce4dd54afa53c.tar.gz |
Revert "glad: Re-generate files with glad 2.0.6"
This reverts commit 0f96251afe19007ff8965b00f00efc1d9b1d6ea1.
Fixes #90879.
Diffstat (limited to 'thirdparty/glad/EGL')
-rw-r--r-- | thirdparty/glad/EGL/eglplatform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/thirdparty/glad/EGL/eglplatform.h b/thirdparty/glad/EGL/eglplatform.h index 6786afd90b..99362a23de 100644 --- a/thirdparty/glad/EGL/eglplatform.h +++ b/thirdparty/glad/EGL/eglplatform.h @@ -64,12 +64,6 @@ typedef HDC EGLNativeDisplayType; typedef HBITMAP EGLNativePixmapType; typedef HWND EGLNativeWindowType; -#elif defined(__QNX__) - -typedef khronos_uintptr_t EGLNativeDisplayType; -typedef struct _screen_pixmap* EGLNativePixmapType; /* screen_pixmap_t */ -typedef struct _screen_window* EGLNativeWindowType; /* screen_window_t */ - #elif defined(__EMSCRIPTEN__) typedef int EGLNativeDisplayType; |