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

Method getOutputMasks

Source/Falcor/RenderGraph/RenderGraph.cpp:641–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641std::unordered_set<TextureChannelFlags> RenderGraph::getOutputMasks(size_t index) const
642{
643 FALCOR_ASSERT(index < mOutputs.size());
644 return mOutputs[index].masks;
645}
646
647void RenderGraph::onResize(const Fbo* pTargetFbo)
648{

Callers 3

captureOutputMethod · 0.80
updateMethod · 0.80
captureOutputMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

captureOutputMethod · 0.64