about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-31 09:13:10 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-31 09:13:10 +0200
commitd08bd0c61902bd70250ae5d6e80008aca1b2cba1 (patch)
tree49e520598252068cb3e77fedd8665973e38e84ea /src
parentcc833341e480ddcbc8390809885573c11bbf9332 (diff)
downloadbox64-d08bd0c61902bd70250ae5d6e80008aca1b2cba1.tar.gz
box64-d08bd0c61902bd70250ae5d6e80008aca1b2cba1.zip
Added a new extension to wrapped libGL
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibgl_private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index 48dc4844..68467db2 100755
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -2993,7 +2993,6 @@ GO(glXJoinSwapGroupSGIX,vFpp)
 GO(glXLockVideoCaptureDeviceNV, vFpp)
 GO(glXMakeContextCurrent,iFpppp)
 GO(glXMakeCurrent,iFppp)
-GO(glXMakeCurrentReadSGI,iFppp)
 GO(glXQueryContext,iFppip)
 GO(glXQueryContextInfoEXT,iFppip)
 GO(glXQueryDrawable, iFppip)
@@ -3456,3 +3455,7 @@ GO(glNamedRenderbufferStorageMultisampleAdvancedAMD, vFullill)
 
 // GL_EXT_semaphore_fd
 GO(glImportSemaphoreFdEXT, vFuii)
+
+// GLX_SGI_make_current_read
+GO(glXMakeCurrentReadSGI, iFpppp)
+GO(glXGetCurrentReadDrawableSGI, pFv)
\ No newline at end of file