What is the best way to debug OpenGL? [closed]
There is no straight answer. It all depends on what you are trying to understand. Since OpenGL is a state machine, sometimes it does not do what you expect as the required state is not set or things like that. In general, use tools like glTrace / glIntercept (to look at the OpenGL call trace), … Read more