README 374 B

12345678910111213141516
  1. apitrace consists of a set of tools to:
  2. trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file;
  3. replay OpenGL and OpenGL ES calls from a file;
  4. inspect OpenGL state at any call while retracing;
  5. visualize and edit trace files.
  6. Optional dependencies:
  7. qt5 - Builds the qapitrace gui.
  8. snappy - Will use a bundled version if missing.