From affeef2380beb467cf2daecb166bb16d8612c365 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 20 Mar 2025 10:44:03 +0100 Subject: [WRAPPER] Added a couple of GL extensions --- src/wrapped/wrappedlibgl_private.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/wrapped/wrappedlibgl_private.h') diff --git a/src/wrapped/wrappedlibgl_private.h b/src/wrapped/wrappedlibgl_private.h index da4ca22d..09c08d74 100644 --- a/src/wrapped/wrappedlibgl_private.h +++ b/src/wrapped/wrappedlibgl_private.h @@ -4073,3 +4073,10 @@ GO(glGetInteger64vEXT, vFup) GO(glGetBufferPointervOES, vFuup) GO(glMapBufferOES, pFuu) GO(glUnmapBufferOES, iFu) + +// GLX_NV_copy_buffer +GO(glXCopyBufferSubDataNV, vFpppuulll) +GO(glXNamedCopyBufferSubDataNV, vFpppuulll) + +// GLX_NV_delay_before_swap +GO(glXDelayBeforeSwapNV, iFppf) \ No newline at end of file -- cgit 1.4.1