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.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index 68467db2..636e4255 100755
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -3458,4 +3458,11 @@ GO(glImportSemaphoreFdEXT, vFuii)
 
 // GLX_SGI_make_current_read
 GO(glXMakeCurrentReadSGI, iFpppp)
-GO(glXGetCurrentReadDrawableSGI, pFv)
\ No newline at end of file
+GO(glXGetCurrentReadDrawableSGI, pFv)
+
+// GL_IMG_multisampled_render_to_texture
+GO(glFramebufferTexture2DMultisampleIMG, vFiiiuil)
+GO(glRenderbufferStorageMultisampleIMG, vFilill)
+
+// GL_ANGLE_translated_shader_source
+GO(glGetTranslatedShaderSourceANGLE, vFulpp)
\ No newline at end of file