Contents

meshBindings

An array of binding instances, each of which represents a parameter of the pipeline state’s mesh shader.

Declaration

var meshBindings: [any MTLBinding] { get }

Discussion

The MTLBinding elements in the array are in the same order as the mesh shader’s declaration signature.

See Also

Inspecting a shader’s parameter