| 108 | } |
| 109 | |
| 110 | ref<Resource> RenderGraphExe::getResource(const std::string& name) const |
| 111 | { |
| 112 | FALCOR_ASSERT(mpResourceCache); |
| 113 | return mpResourceCache->getResource(name); |
| 114 | } |
| 115 | |
| 116 | void RenderGraphExe::setInput(const std::string& name, const ref<Resource>& pResource) |
| 117 | { |
no outgoing calls
no test coverage detected