Contents

vertexArguments

An array of argument instances, each of which represent a parameter of the pipeline state’s vertex shader.

Declaration

var vertexArguments: [MTLArgument]? { get }

Discussion

The MTLArgument elements in the array are in the same order as the vertex shader’s declaration signature.

See Also

Deprecated