Contents

outputNode

The node with the output that’s the output of the new stitched function.

Declaration

var outputNode: MTLFunctionStitchingFunctionNode? { get set }

Discussion

The output type of the node needs to match the result type in the stitched function’s declaration.

See Also

Configuring a function graph