about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)