| 65 | static const char *synopsis = "Trim an OpenGL trace to a replayable subset of frames"; |
| 66 | |
| 67 | static void |
| 68 | usage(void) |
| 69 | { |
| 70 | std::vector<const char *>opts; |
| 71 | opts.push_back("--help"); |
| 72 | executeGLTrim(opts, NULL); |
| 73 | } |
| 74 | |
| 75 | static int |
| 76 | command(int argc, char *argv[]) |
nothing calls this directly
no test coverage detected