hi,
If I have glClear() in the main loop, this causes my PC to hang for one second after hitting the ESC to quit the application.
Any reasons why glClear() causes this behaviour? Obviously, putting SwapBuffers() after glClear() eliminates the problem.
thanks.



