MCPcopy Create free account
hub / github.com/apitrace/apitrace / usage

Function usage

cli/cli_gltrim.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeGLTrimFunction · 0.85

Tested by

no test coverage detected