Include glext.h in the cva test so that it actually uses CVAs.

This commit is contained in:
Eric Anholt 2008-02-03 01:04:46 -08:00
parent 5857e988be
commit 745df749cc

View file

@ -17,7 +17,7 @@
#endif
#define GL_GLEXT_LEGACY
#include <GL/glut.h>
#include <GL/glext.h>
GLfloat verts[][4] = {
{ -0.5, -0.5, -2.0, 0.0 },