MTLVertexAttribute
An instance that represents an attribute of a vertex function.
Declaration
class MTLVertexAttributeOverview
An MTLVertexAttribute instance represents an attribute for per-vertex input in a vertex function. You use vertex attribute instances to inspect the inputs of a vertex function by examining the vertexAttributes property of the corresponding MTLFunction instance.