arguments
An ordered list of the nodes that provide the function’s arguments.
Declaration
var arguments: [any MTLFunctionStitchingNode] { get set }Discussion
Each node’s output data types needs to match the input data type of the matching argument.
An ordered list of the nodes that provide the function’s arguments.
var arguments: [any MTLFunctionStitchingNode] { get set }Each node’s output data types needs to match the input data type of the matching argument.