Contents

MTLVertexAttributeDescriptorArray

An array of vertex attribute descriptor instances.

Declaration

class MTLVertexAttributeDescriptorArray

Overview

An MTLVertexAttributeDescriptorArray instance is an array of instances that defines how vertex attribute data is formatted and assigned to an index in the attribute argument table. The methods of MTLVertexAttributeDescriptorArray set or retrieve the attribute formatting information from the array.

Topics

Accessing a specified vertex attribute

See Also

Render pass inputs