Hi everyone, I' creating a simple project using opengl with glut. I use Xcode 4 on Lion OS.

I try to print GL_RENDER but I get "null". What exaclty it means? It's a bad thing?
this is the code line:

printf("renderer OpenGL: %s\n", glGetString(GL_RENDER));


I put the code line after created gl context