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

Method updatePass

Source/Falcor/RenderGraph/RenderGraphIR.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void RenderGraphIR::updatePass(const std::string& passName, const Properties& props)
58{
59 mIR += mGraphPrefix + ScriptWriter::makeFunc("update_pass", passName, props.toPython());
60}
61
62void RenderGraphIR::removePass(const std::string& passName)
63{

Callers

nothing calls this directly

Calls 1

toPythonMethod · 0.80

Tested by

no test coverage detected