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

Function accessActivePythonRenderGraphDevice

Source/Falcor/GlobalState.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64ref<Device> accessActivePythonRenderGraphDevice()
65{
66 if (!spActivePythonRenderGraphDevice)
67 FALCOR_THROW("This can only be called from a script executed in Mogwai or when loading a render graph file!");
68 return spActivePythonRenderGraphDevice;
69}
70
71} // namespace Falcor

Callers 1

FALCOR_SCRIPT_BINDINGFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected