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