setArgumentTable(_:)
Sets an argument table for the command encoder’s machine learning shader stage.
Declaration
func setArgumentTable(_ argumentTable: (any MTL4ArgumentTable)?)Parameters
- argumentTable:
An argument table to set on the command encoder’s Machine Learning stage.
Discussion
The argument table provides inputs to all subsequent Machine Learning dispatches.