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

Method isGraphOutput

Source/Falcor/RenderGraph/RenderGraph.cpp:379–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379bool RenderGraph::isGraphOutput(const GraphOut& graphOut) const
380{
381 for (const GraphOut& currentOut : mOutputs)
382 {
383 if (graphOut == currentOut)
384 return true;
385 }
386
387 return false;
388}
389
390std::vector<std::string> RenderGraph::getAvailableOutputs() const
391{

Callers 1

allocateResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected