BuGLe is a tool for OpenGL debugging, implemented as a wrapper library that sits between your program and OpenGL. While still in development, it can already do the following: Dump a textual log of all GL calls made.; Take a screenshot or capture a video; Call glGetError after each call to check for errors, and wrap glGetError so that this checking is transparent to your program; Capture and
...Licence : GPL