Fixed doc comment where render Node input/output methods refered to using `RenderContext` for interaction instead of `RenderGraphContext` # Objective The doc comments for `Node` refer to `RenderContext` for slots instead of `RenderGraphContext`, which is only confusing because `Node::run` is passed both `RenderContext` and `RenderGraphContext` ## Solution Fixed the typo |
||
|---|---|---|
| .. | ||
| context.rs | ||
| edge.rs | ||
| graph.rs | ||
| mod.rs | ||
| node_slot.rs | ||
| node.rs | ||