Portal:Development Tools/Debugging Tools: Difference between revisions
Jump to navigation
Jump to search
debug tools |
(No difference)
|
Revision as of 12:11, 17 March 2013
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.