ComputeNodeGraph.Library
A class defining a library of node definitions that can be added to a ComputeNodeGraph
Declaration
final class LibraryOverview
A Library contains definitions and also stores MTLFunction implementations for built-in nodes and you can construct new libraries containing nodes you provide.
These nodes are functions implemented using the Metal Shading Language and annotated with the [[stitchable]] attribute.
Topics
Initializers
Instance Properties
Instance Methods
definition(named:in:)definition(stage:)definitionsMatching(input:)definitionsMatching(inputs:)definitionsMatching(output:)merge(contentsOf:)