summaryrefslogtreecommitdiff
path: root/NT/src/graph.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-21 16:34:54 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-21 16:34:54 +0000
commitc10e756720fe30ad2ffdcb54d83737aaad77190b (patch)
treeb28db9063b80bccbb9d4e5fa8d1bee3fc1d77931 /NT/src/graph.h
parentdc2c81dd14933b21e0f4bdad8cdd662c8596a6c2 (diff)
variable_array_type connection wrong
Diffstat (limited to 'NT/src/graph.h')
-rw-r--r--NT/src/graph.h4
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;