| 465 | } |
| 466 | |
| 467 | void RenderGraphUI::addRenderPass(const std::string& name, const std::string& nodeTypeName) |
| 468 | { |
| 469 | mpIr->createPass(nodeTypeName, name); |
| 470 | mShouldUpdate = true; |
| 471 | } |
| 472 | |
| 473 | void RenderGraphUI::addOutput(const std::string& outputParam) |
| 474 | { |