MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / graphFramesStr

Method graphFramesStr

Source/Mogwai/Extensions/Capture/FrameCapture.cpp:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 std::string FrameCapture::graphFramesStr(const RenderGraph* pGraph)
268 {
269 const auto& ranges = mGraphRanges[pGraph];
270 std::string s("\t");
271 s += kFrames + " = " + ScriptBindings::repr(getFirstOfPair(ranges));
272 return s;
273 }
274
275 void FrameCapture::capture()
276 {

Callers 1

Calls 2

reprFunction · 0.85
getFirstOfPairFunction · 0.85

Tested by

no test coverage detected