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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index 644b01cd..27c1d65c 100755
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -3955,3 +3955,7 @@ GO(glGetFogLayersSGIX, vFp)
 
 // GL_SGIX_fog_texture
 GO(glTextureFogSGIX, vFu)
+
+// GL_ANGLE_request_extension
+GO(glDisableExtensionANGLE, vFp)
+GO(glRequestExtensionANGLE, vFp)