readOutput(_:)
Returns the output buffer for the port at the given address.
Declaration
func readOutput(_ port: ComputeNodeGraph.Port.Address) -> (any MTLBuffer)?Parameters
- port:
The port address of the output to read.
Return Value
The MTLBuffer for that port, or nil if not found.