about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-24 19:38:34 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-24 19:38:34 +0200
commit63fbd64eb8f159198b1d6cf581ac71e32b8dc779 (patch)
tree9aabddd170102998416e856dd1e0d6bc061b316e /src/wrapped
parent8337fd306a93d8f2c48c516044710258e9f8675b (diff)
downloadbox64-63fbd64eb8f159198b1d6cf581ac71e32b8dc779.tar.gz
box64-63fbd64eb8f159198b1d6cf581ac71e32b8dc779.zip
Wrapped one more GL extension
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedlibgl_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h
index 2a3c6425..e54d1cfe 100755
--- a/src/wrapped/wrappedlibgl_private.h
+++ b/src/wrapped/wrappedlibgl_private.h
@@ -3443,3 +3443,6 @@ GO(glMaxShaderCompilerThreadsKHR, vFu)
 // GL_AMD_framebuffer_multisample_advanced
 GO(glRenderbufferStorageMultisampleAdvancedAMD, vFillill)
 GO(glNamedRenderbufferStorageMultisampleAdvancedAMD, vFullill)
+
+// GL_EXT_semaphore_fd
+GO(glImportSemaphoreFdEXT, vFuii)