Skip to content

Commit

Permalink
deps: update glad
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Jan 20, 2024
1 parent cfe7f73 commit 96a33b2
Show file tree
Hide file tree
Showing 5 changed files with 1,028 additions and 1,005 deletions.
12 changes: 6 additions & 6 deletions core/deps/glad/include/EGL/eglplatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ 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;
Expand Down Expand Up @@ -139,12 +145,6 @@ typedef void *EGLNativeDisplayType;
typedef khronos_uintptr_t EGLNativePixmapType;
typedef khronos_uintptr_t 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 */

#else
#error "Platform not recognized"
#endif
Expand Down
2 changes: 1 addition & 1 deletion core/deps/glad/include/glad/egl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Loader generated by glad 2.0.4 on Fri Nov 10 07:48:39 2023
* Loader generated by glad 2.0.4 on Sat Jan 20 11:00:00 2024
*
* SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0
*
Expand Down
Loading

0 comments on commit 96a33b2

Please sign in to comment.