We do not know version of GL context requested by the program (glew should default to highest available, but I'm not sure).Sorry, I meant GLUTOriginally Posted by thokra
btw. Is there a way to request specific context version (and profile) using glut?
Edit:
nevermind, I just asked uncle G:
glutInitContextVersion(...);
glutInitContextFlags(...);
glutInitContextProfile(...);



