Eugene Lawson
08-19-2004, 06:30 AM
when I compile my code with the following line
glGetIntegerv(GL_MAX_ELEMENTS_VERTICES,&val);
The compiler generates an error on gl_max_elemets_vertices saying its a undeclared identifier.
I now this pEnum is in both the Red and Blue book
does any1 know what the problem is
glGetIntegerv(GL_MAX_ELEMENTS_VERTICES,&val);
The compiler generates an error on gl_max_elemets_vertices saying its a undeclared identifier.
I now this pEnum is in both the Red and Blue book
does any1 know what the problem is