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

Method getOutputName

Source/Falcor/RenderGraph/RenderGraph.cpp:634–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634std::string RenderGraph::getOutputName(size_t index) const
635{
636 FALCOR_ASSERT(index < mOutputs.size());
637 const GraphOut& graphOut = mOutputs[index];
638 return mNodeData.find(graphOut.nodeId)->second.name + "." + graphOut.field;
639}
640
641std::unordered_set<TextureChannelFlags> RenderGraph::getOutputMasks(size_t index) const
642{

Callers 5

getGraphOutputsMethod · 0.45
initGraphMethod · 0.45
captureOutputMethod · 0.45
updateMethod · 0.45
captureOutputMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

captureOutputMethod · 0.36