graphics/apitrace: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 14:58:37 -04:00
parent 8ecd8a3020
commit 414acda5e6

View file

@ -1,15 +1,14 @@
apitrace consists of a set of tools to: 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: Optional dependencies:
qt5 - Builds the qapitrace gui. snappy - apitrace will use a bundled version if missing.
snappy - Will use a bundled version if missing.