diff options
Diffstat (limited to 'NT/src/graph.h')
| -rw-r--r-- | NT/src/graph.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NT/src/graph.h b/NT/src/graph.h index 05eaa04..76a4c1c 100644 --- a/NT/src/graph.h +++ b/NT/src/graph.h @@ -42,6 +42,10 @@ namespace Rotor { nodes.clear(); loaded=false; } + //how to do output? + //think video_render should be part of render context + //graph should just encapsulate the manipulation of the graph + //specific nodes can be created as output targets std::string uid; std::string description; std::unordered_map<std::string,Node*> nodes; |
