about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-06-05 12:22:35 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-06-05 12:22:35 +0200
commit5a0fc820d49dd97ac9b521646396dceaaa738863 (patch)
treea96e37c4489c182f10391b12ac8c723135b65161
parenta1f51ad7dc6540924b8a35c1e21e7b86ccfe2c68 (diff)
downloadbox64-5a0fc820d49dd97ac9b521646396dceaaa738863.tar.gz
box64-5a0fc820d49dd97ac9b521646396dceaaa738863.zip
Added some GLES wrapped functions
-rwxr-xr-xsrc/wrapped/wrappedlibgl_private.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index 18b4bd80..be163054 100755
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -3382,4 +3382,12 @@ GO(eglUnlockSurfaceKHR, iFpp)
 GO(eglWaitClient, iFv)
 GO(eglWaitGL, iFv)
 GO(eglWaitNative, iFi)
-GO(eglWaitSyncKHR, iFppi)
\ No newline at end of file
+GO(eglWaitSyncKHR, iFppi)
+
+// GLES stuff
+GO(glDiscardFramebuffer, vFilp)
+GO(glDiscardFramebufferARB, vFilp)
+GO(glDiscardFramebufferEXT, vFilp)
+GO(glDiscardFramebufferOES, vFilp)
+GO(glDiscardFramebufferAngle, vFilp)
+GO(glDiscardFramebufferNV, vFilp)
\ No newline at end of file