diff options
author | Chris 'Xenon' Hanson <xenon@alphapixel.com> | 2016-08-31 12:35:57 -0600 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-09-02 17:56:45 +0100 |
commit | 5d5d82bf4a976f13d56b38e9b18e246f5c8a27da (patch) | |
tree | 70dd1823fa9f3fa1085ec4a1fa29dba45f26f549 /docs | |
parent | 59dcc25e9ef96a33598aefb7ea5e93e7c7f943b9 (diff) |
Clarify available/default args for API parameter.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/USAGE.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.markdown b/docs/USAGE.markdown index e60567b2..6070f00b 100644 --- a/docs/USAGE.markdown +++ b/docs/USAGE.markdown @@ -2,11 +2,11 @@ Run the application you want to trace as - apitrace trace --api API /path/to/application [args...] + apitrace trace --api [gl|egl|d3d7|d3d8|d3d9|dxgi] /path/to/application [args...] and it will generate a trace named `application.trace` in the current directory. You can specify the written trace filename by passing the -`--output` command line option. +`--output` command line option. The default API is `gl` if none is specified. Problems while tracing (e.g, if the application uses calls/parameters unsupported by apitrace) will be reported via stderr output on Unices. On |