diff options
| -rwxr-xr-x | src/wrapped/wrappedlibgl_private.h | 5 |
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 |