Contents

replace(nodes:edges:)

Replaces all nodes and edges in the graph.

Declaration

final func replace(nodes: [String : ShaderGraph.Node], edges: [ShaderGraph.Edge]) throws

Discussion