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/glx-disp-var.h | |
parent | 5a67c0f5302dbd445d744450db58d1122096b742 (diff) |
2.8.1 rc 0rel-2-8-1-0-rc
Diffstat (limited to 'CNativeCode/glx-disp-var.h')
-rwxr-xr-x | CNativeCode/glx-disp-var.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CNativeCode/glx-disp-var.h b/CNativeCode/glx-disp-var.h index 2ac07c7..2974c8f 100755 --- a/CNativeCode/glx-disp-var.h +++ b/CNativeCode/glx-disp-var.h @@ -19,3 +19,6 @@ LIBAPI int (CALLBACK * disp__glXGetConfig) (Display *, XVisualInfo *, int, int * LIBAPI Bool (CALLBACK * disp__glXMakeCurrent) (Display *, GLXDrawable, GLXContext); LIBAPI void (CALLBACK * disp__glXSwapBuffers) (Display *, GLXDrawable); +/* NVidia support */ +LIBAPI void* (CALLBACK * disp__glXAllocateMemoryNV)(int, float, float, float); +LIBAPI void (CALLBACK * disp__glXFreeMemoryNV) (void*); |