diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-21 16:34:54 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-21 16:34:54 +0000 |
| commit | c10e756720fe30ad2ffdcb54d83737aaad77190b (patch) | |
| tree | b28db9063b80bccbb9d4e5fa8d1bee3fc1d77931 /NT/src/graph.h | |
| parent | dc2c81dd14933b21e0f4bdad8cdd662c8596a6c2 (diff) | |
variable_array_type connection wrong
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; |
