progs: Port most of the demos to glew.
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include <GL/glew.h>
|
||||
#include <GL/glut.h>
|
||||
|
||||
/* Some <math.h> files do not define M_PI... */
|
||||
@@ -444,6 +444,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
glutCreateWindow("point burst");
|
||||
glewInit();
|
||||
glutDisplayFunc(redraw);
|
||||
glutMouseFunc(mouse);
|
||||
glutMotionFunc(mouseMotion);
|
||||
|
Reference in New Issue
Block a user