Glut/glew update with latest NVidia extensions, so we can use CUDA

This commit is contained in:
erwin.coumans
2008-09-02 19:26:52 +00:00
parent cc3e3a851f
commit 10b447760e
8 changed files with 12747 additions and 10724 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -51,6 +51,7 @@ typedef unsigned short int wchar_t;
#pragma comment (lib, "winmm.lib") /* link with Windows MultiMedia lib */
#pragma comment (lib, "opengl32.lib") /* link with Microsoft OpenGL lib */
#pragma comment (lib, "glu32.lib") /* link with OpenGL Utility lib */
#pragma message("Note: including lib: glut32.lib\n")
#pragma comment (lib, "glut32.lib") /* link with Win32 GLUT lib */
#pragma warning (disable:4244) /* Disable bogus conversion warnings. */

1091
Glut/GL/glxew.h Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.