MCPcopy Create free account
hub / github.com/baldurk/renderdoc / convertArgs

Function convertArgs

renderdoccmd/renderdoccmd.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62volatile bool killSignal = false;
63
64rdcarray<rdcstr> convertArgs(const std::vector<std::string> &args)
65{
66 rdcarray<rdcstr> ret;
67 ret.reserve(args.size());
68 for(size_t i = 0; i < args.size(); i++)
69 ret.push_back(conv(args[i]));
70 return ret;
71}
72
73void DisplayRendererPreview(IReplayController *renderer, uint32_t width, uint32_t height,
74 uint32_t numLoops)

Callers 2

ParseMethod · 0.85
renderdoccmdFunction · 0.85

Calls 4

convFunction · 0.70
reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected