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

Method Renderer

Source/Mogwai/Mogwai.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 size_t Renderer::DebugWindow::index = 0;
62
63 Renderer::Renderer(const SampleAppConfig& config, const Options& options)
64 : SampleApp(config)
65 , mOptions(options)
66 , mAppData(kAppDataPath)
67 {
68 setActivePythonRenderGraphDevice(getDevice());
69 }
70
71 Renderer::~Renderer()
72 {

Callers

nothing calls this directly

Calls 2

getDeviceFunction · 0.50

Tested by

no test coverage detected