Contents

makeNode(from:)

Creates a node instance of the given definition.

Declaration

final func makeNode(from definition: ShaderGraph.NodeDefinition) throws -> ShaderGraph.Node

Return Value

A ShaderGraph.Node that can be added to a ShaderGraph.

Discussion