File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ extern "C" {
14
14
** used to make the header, and the header can be found at
15
15
** http://www.khronos.org/registry/egl
16
16
**
17
- ** Khronos $Git commit SHA1: 800219cd6e $ on $Git commit date: 2024-05-13 00:13:13 -0700 $
17
+ ** Khronos $Git commit SHA1: bd4838f57c $ on $Git commit date: 2024-09-09 22:54:26 -0600 $
18
18
*/
19
19
20
20
#include <EGL/eglplatform.h>
@@ -23,7 +23,7 @@ extern "C" {
23
23
#define EGL_EGL_PROTOTYPES 1
24
24
#endif
25
25
26
- /* Generated on date 20240715 */
26
+ /* Generated on date 20240909 */
27
27
28
28
/* Generated C header for:
29
29
* API: egl
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ extern "C" {
14
14
** used to make the header, and the header can be found at
15
15
** http://www.khronos.org/registry/egl
16
16
**
17
- ** Khronos $Git commit SHA1: 800219cd6e $ on $Git commit date: 2024-05-13 00:13:13 -0700 $
17
+ ** Khronos $Git commit SHA1: bd4838f57c $ on $Git commit date: 2024-09-09 22:54:26 -0600 $
18
18
*/
19
19
20
20
#include <EGL/eglplatform.h>
21
21
22
- #define EGL_EGLEXT_VERSION 20240715
22
+ #define EGL_EGLEXT_VERSION 20240909
23
23
24
24
/* Generated C header for:
25
25
* API: egl
@@ -728,6 +728,15 @@ EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLi
728
728
#define EGL_RENDERER_EXT 0x335F
729
729
#endif /* EGL_EXT_device_query_name */
730
730
731
+ #ifndef EGL_EXT_display_alloc
732
+ #define EGL_EXT_display_alloc 1
733
+ #define EGL_ALLOC_NEW_DISPLAY_EXT 0x3379
734
+ typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYDISPLAYEXTPROC ) (EGLDisplay dpy );
735
+ #ifdef EGL_EGLEXT_PROTOTYPES
736
+ EGLAPI EGLBoolean EGLAPIENTRY eglDestroyDisplayEXT (EGLDisplay dpy );
737
+ #endif
738
+ #endif /* EGL_EXT_display_alloc */
739
+
731
740
#ifndef EGL_EXT_explicit_device
732
741
#define EGL_EXT_explicit_device 1
733
742
#endif /* EGL_EXT_explicit_device */
You can’t perform that action at this time.
0 commit comments