Portal:Development Tools/Debugging Tools
Jump to navigation
Jump to search
These are libraries or applications that aid in debugging OpenGL programs.
- glIntercept
- A tool that can trace the execution of any OpenGL functions in an application. It can extract images, shaders, and so forth. It also automatically logs all OpenGL function calls. Works on Windows and somewhat on Linux.
- gDebugger
- A full-featured debugging tool that can track most of the OpenGL-related information in an application. It also includes some profiling tools. Works on Windows and Linux.