12class NodeGraphManager;
46 , m_event_mgr(event_mgr)
59 const std::shared_ptr<Nodes::Node>& n,
62 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
76 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
89 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
100 const std::shared_ptr<Nodes::Network::NodeNetwork>& net,
103 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
123 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F);
133 const std::shared_ptr<Buffers::Buffer>& buf,
136 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
149 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
161 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
173 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F,
int depth = 0);
193 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F);
211 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F);
222 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F);
239 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F);
248 const std::shared_ptr<Vruta::Event>& ev,
249 std::string_view name,
252 float x_min = -0.95F,
float x_max = 0.95F,
float row_h = 0.05F);
271 const std::shared_ptr<Core::Window>& window,
272 std::string_view text,
273 glm::uvec2 pixel_dims)
const;
279 float x_min,
float x_max,
float row_h,
int depth);
285 float x_min,
float x_max,
float row_h);
Token-based multimodal buffer management system for unified data stream processing.
Central manager for the computational processing node graph.
Token-based multimodal task scheduling system for unified coroutine processing.
ProcessingToken
Bitfield enum defining processing characteristics and backend requirements for buffer operations.
ProcessingToken
Enumerates the different processing domains for nodes.
Contains the node-based computational processing system components.
Recursive tree node describing a modulator and all of its own modulators.