We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e962c commit cd41999Copy full SHA for cd41999
1 file changed
AppWindow/AppWindow.c
@@ -16,6 +16,7 @@ AppWindow_new (char *window_name, int width, int height, bool fullscreen)
16
17
AppWindow_init (this, window_name, width, height, fullscreen);
18
19
+ printf("OpenGL %s, GLSL %s\n", glGetString(GL_VERSION),glGetString(GL_SHADING_LANGUAGE_VERSION));
20
glewExperimental = GL_TRUE;
21
if ((glewInit () != GLEW_OK)
22
|| (glGenVertexArrays == NULL))
0 commit comments