apitrace-gl-tracers

Tools for debugging opengl applications and drivers - application tracer
  https://github.com/apitrace/apitrace
  0
  no reviews



Apitrace is a suite of tools for debugging opengl applications and drivers. it includes a tool to generate a trace of all the opengl calls an applicaton makes and a tool for replaying these traces and inspecting the rendering and opengl state during the program's execution.

this makes it useful for identifying the sources of graphical corruption in opengl applications.

this package contains the components required to trace the opengl calls made by an application and record them into a trace file for later replay and debugging.