Using GPU PerfStudio
GPU PerfStudio is a free graphics debugging and profiling tool for Windows. It works directly on the graphics API level and is especially useful for inspecting individual drawcalls. Although the tool is developed by AMD, the debugging functionality is available on NVidia hardware as well. PerfStudio supports OpenGL and can hence be used with Horde3D. Altogether, the tool is quite easy to use and quick to get up and running. In the long run, it can help to save a lot of time. First StepsIt is important that your application has a pause function which freezes all simulation and mouse input. In the standard Horde3D samples, the pause mode is activated by hitting the space key twice.
In the Frame Debugger you can inspect the current render state for each drawcall. This can be very helpful to find out where a visual glitch is coming from and why it is appearing. The outcome of the drawcalls is visualized directly in the viewport of your application. For that reason, it is useful to have the application window and PerfStudio side by side. Even better is of course a workspace setup with two monitors. For more information and details, please refer to the PerfStudio documentation. |