You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement OpenGL message handling for debugging OpenGL code.
// Enable OpenGL Debugging (or not)
glEnable ( GL_DEBUG_OUTPUT );
glDebugMessageCallback( MessageCallback, 0 );
--> latter is not defined despite of using glext.h
Why?
The text was updated successfully, but these errors were encountered:
Implement OpenGL message handling for debugging OpenGL code.
// Enable OpenGL Debugging (or not)
glEnable ( GL_DEBUG_OUTPUT );
glDebugMessageCallback( MessageCallback, 0 );
--> latter is not defined despite of using glext.h
Why?
The text was updated successfully, but these errors were encountered: