diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:37 -0400 |
commit | 414acda5e644bf0b1a43286c1887d04fe7444808 (patch) | |
tree | 511f4f6daa812beddd67e989cb81edfd9e1f0ea2 /graphics/apitrace | |
parent | 8ecd8a302024ffbfd7fa413932dd3e2bd9d74af3 (diff) |
graphics/apitrace: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/apitrace')
-rw-r--r-- | graphics/apitrace/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/apitrace/README b/graphics/apitrace/README index 9a194296daa9..07079fd76e55 100644 --- a/graphics/apitrace/README +++ b/graphics/apitrace/README @@ -1,15 +1,14 @@ apitrace consists of a set of tools to: - trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file; +trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file - replay OpenGL and OpenGL ES calls from a file; +replay OpenGL and OpenGL ES calls from a file - inspect OpenGL state at any call while retracing; +inspect OpenGL state at any call while retracing - visualize and edit trace files. +visualize and edit trace files. Optional dependencies: - qt5 - Builds the qapitrace gui. - snappy - Will use a bundled version if missing. + snappy - apitrace will use a bundled version if missing. |