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

Function setActivePythonRenderGraphDevice

Source/Falcor/GlobalState.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void setActivePythonRenderGraphDevice(ref<Device> pDevice)
55{
56 spActivePythonRenderGraphDevice = pDevice;
57}
58
59ref<Device> getActivePythonRenderGraphDevice()
60{

Callers 6

RendererMethod · 0.85
~RendererMethod · 0.85
createFromFileMethod · 0.85
createFromStringMethod · 0.85
RenderGraphEditorMethod · 0.85
~RenderGraphEditorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected