fragmentArguments
An array of argument instances, each of which represent a parameter of the pipeline state’s fragment shader.
Declaration
var fragmentArguments: [MTLArgument]? { get }Discussion
The MTLArgument elements in the array are in the same order as the fragment shader’s declaration signature.