Contents

tileArguments

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

Declaration

var tileArguments: [MTLArgument]? { get }

Discussion

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

See Also

Deprecated