nodes: allow stalling graph signals until an operation is over

This commit is contained in:
itsmattkc
2020-10-02 13:25:49 +10:00
parent b9359ce50d
commit 2fb7066155
14 changed files with 277 additions and 43 deletions
+2
View File
@@ -528,6 +528,8 @@ T* Node::FindOutputNode()
return static_cast<T*>(FindOutputNodeInternal<T>(this));
}
using NodePtr = std::shared_ptr<Node>;
OLIVE_NAMESPACE_EXIT
#endif // NODE_H