aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/wgl-disp-var.hc
diff options
context:
space:
mode:
Diffstat (limited to 'CNativeCode/wgl-disp-var.hc')
-rwxr-xr-xCNativeCode/wgl-disp-var.hc3
1 files changed, 3 insertions, 0 deletions
diff --git a/CNativeCode/wgl-disp-var.hc b/CNativeCode/wgl-disp-var.hc
index afebb31..645237d 100755
--- a/CNativeCode/wgl-disp-var.hc
+++ b/CNativeCode/wgl-disp-var.hc
@@ -14,4 +14,7 @@ HDC (CALLBACK * disp__wglGetCurrentDC)(VOID) = NULL;
BOOL (CALLBACK * disp__wglMakeCurrent)(HDC, HGLRC) = NULL;
BOOL (CALLBACK * disp__wglShareLists)(HGLRC, HGLRC) = NULL;
+/* NVidia support */
+void* (CALLBACK * disp__wglAllocateMemoryNV)(int, float, float, float) = NULL;
+void (CALLBACK * disp__wglFreeMemoryNV) (void*) = NULL;