aboutsummaryrefslogtreecommitdiff
path: root/development/apitrace/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2015-12-30 08:45:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-30 08:45:20 +0700
commitbbf9be2b6698121d89fbf09e1fc51b442252bd86 (patch)
tree579541c495ca2b81776c5b19cfd52b91d2ddbca8 /development/apitrace/README
parentc60ef40ddff5f56f541d13021b8d780418747be7 (diff)
downloadslackbuilds-bbf9be2b6698121d89fbf09e1fc51b442252bd86.tar.xz
development/apitrace: Added (Tools for tracing Graphics APIs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apitrace/README')
-rw-r--r--development/apitrace/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/apitrace/README b/development/apitrace/README
new file mode 100644
index 000000000000..afa1ac47a769
--- /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.