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

Method removeOutput

Source/Falcor/RenderGraph/RenderGraphUI.cpp:504–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void RenderGraphUI::removeOutput(const std::string& outputPass, const std::string& outputField)
505{
506 std::string outputParam = outputPass + "." + outputField;
507 mpIr->unmarkOutput(outputParam);
508 auto& passUI = mRenderPassUI[outputPass];
509 passUI.mOutputPins[passUI.mNameToIndexOutput[outputField]].mIsGraphOutput = false;
510 mShouldUpdate = true;
511}
512
513bool RenderGraphUI::autoResolveWarning(const std::string& srcString, const std::string& dstString)
514{

Callers 1

renderUIMethod · 0.80

Calls 1

unmarkOutputMethod · 0.45

Tested by

no test coverage detected