about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-19 10:36:03 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-19 10:36:03 +0200
commit57a6c5a8b91d02cf12ebc18964d09c9f49897024 (patch)
tree764da97ee75f62868fba69ee85c79a4d0124b7e2
parentabb6446b283acb31a4b9c18ada91de77b42cf9f3 (diff)
downloadbox64-57a6c5a8b91d02cf12ebc18964d09c9f49897024.tar.gz
box64-57a6c5a8b91d02cf12ebc18964d09c9f49897024.zip
[WRAPPER] Added 1 egl extension to wrapped libGL, on 64bits side, not on 32bits (for #3071)
-rw-r--r--src/wrapped/wrappedlibgl_private.h5
-rw-r--r--src/wrapped32/wrappedlibgl_private.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index 09c08d74..404e336c 100644
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -4052,6 +4052,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)
 
diff --git a/src/wrapped32/wrappedlibgl_private.h b/src/wrapped32/wrappedlibgl_private.h
index 894b607e..7ce8c9d0 100644
--- a/src/wrapped32/wrappedlibgl_private.h
+++ b/src/wrapped32/wrappedlibgl_private.h
@@ -4053,11 +4053,6 @@ 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)