diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-29 12:55:57 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-29 12:55:57 +0100 |
| commit | 50250bd2ca6bd4e30486da9a55ffee0cebebc37d (patch) | |
| tree | 82ca32449ae6bc296f918baf55e1f5aba60b1dda /src/wrapped/wrappedlibegl_private.h | |
| parent | 0e71c3a2ac67f9c77d27571f3e70429aefded5d5 (diff) | |
| download | box64-50250bd2ca6bd4e30486da9a55ffee0cebebc37d.tar.gz box64-50250bd2ca6bd4e30486da9a55ffee0cebebc37d.zip | |
Added wrapped support for EGL/GLESv2
Diffstat (limited to 'src/wrapped/wrappedlibegl_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibegl_private.h | 20 |
1 files changed, 10 insertions, 10 deletions
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) |