about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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