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, 10 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index e54d1cfe..48dc4844 100755
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -3400,6 +3400,16 @@ GO(glBlendBarrierARB, vFv)
 GO(glBlendBarrierEXT, vFv)
 GO(glBlendBarrierOES, vFv)
 GO(glBlendBarrierANGLE, vFv)
+GO(glClearDepthfARB,vFf)
+GO(glClipPlanefARB,vFup)
+GO(glDepthRangefARB,vFff)
+GO(glFrustumfARB,vFffffff)
+GO(glGetClipPlanefARB,vFup)
+GO(glOrthofARB,vFffffff)
+GO(glClipPlanef,vFup)
+GO(glFrustumf,vFffffff)
+GO(glGetClipPlanef,vFup)
+GO(glOrthof,vFffffff)
 
 // GL_EXT_window_rectangles
 GO(glWindowRectanglesEXT, vFilp)