diff options
author | Carl Worth <cworth@cworth.org> | 2012-03-27 18:13:14 -0700 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2012-04-11 14:26:50 +0100 |
commit | e40a6ab0e01933c31a4e4701ea300736d7e3e32b (patch) | |
tree | 22bcffdf7cc0dd7f5c58ce6997bb71c65fab8c4f /cli/cli_main.cpp | |
parent | 511254df37499dbd86f54dad4a792661aac19e24 (diff) |
cli: Add a simple implementation of "apitrace dump-images"
This merely calls out to the existing glretrace command with
appropriate options for generating snapshots. This at least provides
the image-dumping capability within the unified command-line
interface.
In the future, it will likely make sens to make dump-images do things
in-process.
Diffstat (limited to 'cli/cli_main.cpp')
-rw-r--r-- | cli/cli_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cli_main.cpp b/cli/cli_main.cpp index cff6a05d..8c619ba7 100644 --- a/cli/cli_main.cpp +++ b/cli/cli_main.cpp @@ -70,6 +70,7 @@ static const Command * commands[] = { &diff_state_command, &diff_images_command, &dump_command, + &dump_images_command, &pickle_command, &repack_command, &trace_command, |