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

Method capture

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

Source from the content-addressed store, hash-verified

273 }
274
275 void FrameCapture::capture()
276 {
277 auto pGraph = mpRenderer->getActiveGraph();
278 if (!pGraph) return;
279 uint64_t frameID = mpRenderer->getGlobalClock().getFrame();
280 triggerFrame(mpRenderer->getRenderContext(), pGraph, frameID);
281 }
282}

Callers 2

render_framesFunction · 0.80
react-dom.min.jsFile · 0.80

Calls 1

getActiveGraphMethod · 0.80

Tested by

no test coverage detected