aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/wgl-disp-var.h
diff options
context:
space:
mode:
Diffstat (limited to 'CNativeCode/wgl-disp-var.h')
-rwxr-xr-xCNativeCode/wgl-disp-var.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CNativeCode/wgl-disp-var.h b/CNativeCode/wgl-disp-var.h
index 642cd38..eaffa38 100755
--- a/CNativeCode/wgl-disp-var.h
+++ b/CNativeCode/wgl-disp-var.h
@@ -15,4 +15,8 @@ LIBAPI HDC (CALLBACK * disp__wglGetCurrentDC)(VOID);
LIBAPI BOOL (CALLBACK * disp__wglMakeCurrent)(HDC, HGLRC);
LIBAPI BOOL (CALLBACK * disp__wglShareLists)(HGLRC, HGLRC);
+/* NVidia support */
+LIBAPI void* (CALLBACK * disp__wglAllocateMemoryNV)(int, float, float, float);
+LIBAPI void (CALLBACK * disp__wglFreeMemoryNV) (void*);
+