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

Method FrameCapture

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

Source from the content-addressed store, hash-verified

60 }
61
62 FrameCapture::FrameCapture(Renderer* pRenderer)
63 : CaptureTrigger(pRenderer, "Frame Capture")
64 {
65 mpImageProcessing = std::make_unique<ImageProcessing>(pRenderer->getDevice());
66 }
67
68 void FrameCapture::renderUI(Gui* pGui)
69 {

Callers

nothing calls this directly

Calls 1

getDeviceMethod · 0.45

Tested by

no test coverage detected