diff options
Diffstat (limited to 'development/apitrace/README')
-rw-r--r-- | development/apitrace/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/apitrace/README b/development/apitrace/README new file mode 100644 index 0000000000..afa1ac47a7 --- /dev/null +++ b/development/apitrace/README @@ -0,0 +1,11 @@ +apitrace consists of a set of tools to: + + trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file; + + replay OpenGL and OpenGL ES calls from a file; + + inspect OpenGL state at any call while retracing; + + visualize and edit trace files. + +qt5 is an optional dependency to build the gui. |