From 50250bd2ca6bd4e30486da9a55ffee0cebebc37d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 29 Feb 2024 12:55:57 +0100 Subject: Added wrapped support for EGL/GLESv2 --- src/wrapped/wrappedlibegl_private.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/wrapped/wrappedlibegl_private.h') diff --git a/src/wrapped/wrappedlibegl_private.h b/src/wrapped/wrappedlibegl_private.h index e109388a..1f3eb966 100644 --- a/src/wrapped/wrappedlibegl_private.h +++ b/src/wrapped/wrappedlibegl_private.h @@ -5,21 +5,21 @@ GO(eglBindAPI, iFi) GO(eglBindTexImage, iFppi) GO(eglChooseConfig, iFpppip) -//GO(eglClientWaitSync, +GO(eglClientWaitSync, iFppiU) GO(eglCopyBuffers, iFppp) GO(eglCreateContext, pFpppp) -//GO(eglCreateImage, +GO(eglCreateImage, pFppuup) GO(eglCreatePbufferFromClientBuffer, pFpippp) GO(eglCreatePbufferSurface, pFppp) GO(eglCreatePixmapSurface, pFpppp) -//GO(eglCreatePlatformPixmapSurface, -//GO(eglCreatePlatformWindowSurface, -//GO(eglCreateSync, +GO(eglCreatePlatformPixmapSurface, pFpppp) +GO(eglCreatePlatformWindowSurface, pFpppp) +GO(eglCreateSync, pFpup) GO(eglCreateWindowSurface, pFpppp) GO(eglDestroyContext, iFpp) -//GO(eglDestroyImage, +GO(eglDestroyImage, iFpp) GO(eglDestroySurface, iFpp) -//GO(eglDestroySync, +GO(eglDestroySync, iFpp) GO(eglGetConfigAttrib, iFppip) GO(eglGetConfigs, iFppip) GO(eglGetCurrentContext, pFv) @@ -27,9 +27,9 @@ GO(eglGetCurrentDisplay, pFv) GO(eglGetCurrentSurface, pFi) GO(eglGetDisplay, pFp) GO(eglGetError, iFv) -//GO(eglGetPlatformDisplay, +GO(eglGetPlatformDisplay, pFppp) GOM(eglGetProcAddress, pFEp) -//GO(eglGetSyncAttrib, +GO(eglGetSyncAttrib, iFppip) GO(eglInitialize, iFppp) GO(eglMakeCurrent, iFpppp) GO(eglQueryAPI, iFv) @@ -45,5 +45,5 @@ GO(eglTerminate, iFp) GO(eglWaitClient, iFv) GO(eglWaitGL, iFv) GO(eglWaitNative, iFi) -//GO(eglWaitSync, +GO(eglWaitSync, iFppi) -- cgit 1.4.1