about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-19 09:56:06 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-19 09:56:06 +0200
commit440308f60497067abbd450c7d0c792c84a1357a0 (patch)
tree69df0b66154233b5dedd5c67b70513ee0acb4fe9
parent25134fca481c52c523d22cc111529865de132899 (diff)
downloadbox64-440308f60497067abbd450c7d0c792c84a1357a0.tar.gz
box64-440308f60497067abbd450c7d0c792c84a1357a0.zip
[WRAPPER] Added 1 egl extension to wrapped libGL (for #3071)
-rw-r--r--src/wrapped32/wrappedlibgl_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wrapped32/wrappedlibgl_private.h b/src/wrapped32/wrappedlibgl_private.h
index 7ce8c9d0..894b607e 100644
--- a/src/wrapped32/wrappedlibgl_private.h
+++ b/src/wrapped32/wrappedlibgl_private.h
@@ -4053,6 +4053,11 @@ GO(eglDupNativeFenceFDANDROID, iFpp)
 // EGL_NV_post_sub_buffer
 GO(eglPostSubBufferNV, iFppiiii)
 
+// EGL_EXT_platform_base
+GO(eglGetPlatformDisplayEXT, pFupp)
+GO(eglCreatePlatformWindowSurfaceEXT, pFpppp)
+GO(eglCreatePlatformPixmapSurfaceEXT, pFpppp)
+
 // GL_EXT_clip_control
 GO(glClipControlEXT, vFuu)