Skip to content

Commit 29c4314

Browse files
committed
Regenerate headers after new extension added
1 parent bd4838f commit 29c4314

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

api/EGL/egl.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414
** used to make the header, and the header can be found at
1515
** http://www.khronos.org/registry/egl
1616
**
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 $
1818
*/
1919

2020
#include <EGL/eglplatform.h>
@@ -23,7 +23,7 @@ extern "C" {
2323
#define EGL_EGL_PROTOTYPES 1
2424
#endif
2525

26-
/* Generated on date 20240715 */
26+
/* Generated on date 20240909 */
2727

2828
/* Generated C header for:
2929
* API: egl

api/EGL/eglext.h

+11-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ extern "C" {
1414
** used to make the header, and the header can be found at
1515
** http://www.khronos.org/registry/egl
1616
**
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 $
1818
*/
1919

2020
#include <EGL/eglplatform.h>
2121

22-
#define EGL_EGLEXT_VERSION 20240715
22+
#define EGL_EGLEXT_VERSION 20240909
2323

2424
/* Generated C header for:
2525
* API: egl
@@ -728,6 +728,15 @@ EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLi
728728
#define EGL_RENDERER_EXT 0x335F
729729
#endif /* EGL_EXT_device_query_name */
730730

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+
731740
#ifndef EGL_EXT_explicit_device
732741
#define EGL_EXT_explicit_device 1
733742
#endif /* EGL_EXT_explicit_device */

0 commit comments

Comments
 (0)