diff options
Diffstat (limited to 'CNativeCode/glx-disp-var.hc')
-rwxr-xr-x | CNativeCode/glx-disp-var.hc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CNativeCode/glx-disp-var.hc b/CNativeCode/glx-disp-var.hc index 5c04c37..b4e9c29 100755 --- a/CNativeCode/glx-disp-var.hc +++ b/CNativeCode/glx-disp-var.hc @@ -19,3 +19,6 @@ int (CALLBACK * disp__glXGetConfig) (Display *, XVisualInfo *, int, int *) = NUL Bool (CALLBACK * disp__glXMakeCurrent) (Display *, GLXDrawable, GLXContext) = NULL; void (CALLBACK * disp__glXSwapBuffers) (Display *, GLXDrawable) = NULL; +/* NVidia support */ +void* (CALLBACK * disp__glXAllocateMemoryNV)(int, float, float, float) = NULL; +void (CALLBACK * disp__glXFreeMemoryNV) (void*) = NULL; |