diff options
author | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
commit | 8fdc4baaee82a63247a9f4203dace4ee910881bb (patch) | |
tree | f9ff045a8756d695c3afafadb5256c86813eecef /CNativeCode/wgl-disp-var.hc | |
parent | 5a67c0f5302dbd445d744450db58d1122096b742 (diff) |
2.8.1 rc 0rel-2-8-1-0-rc
Diffstat (limited to 'CNativeCode/wgl-disp-var.hc')
-rwxr-xr-x | CNativeCode/wgl-disp-var.hc | 3 |
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; |