Hi,
I'm using freeglut with glew. I've a program that uses only core OpenGL functions and it works as expected. However if I set
glutInitContextVersion (3, 3);
glutInitContextFlags (GLUT_CORE_PROFILE );
it crashes in glGetUniformBlockIndex.
Removing the context glut functions it works again.
Could it be a GLEW problem?
Best Regards,
Antonio
Core context is not yet supported by GLEW.
Closing.