This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,8 @@
EGL_KHR_image
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
EGL_KHR_image
EGL_NATIVE_PIXMAP_KHR 0x30B0
EGL_NO_IMAGE_KHR EGL_CAST(EGLImageKHR,0)
EGLImageKHR eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint* attrib_list)
EGLBoolean eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)