Contents

MTLVertexAttribute

An instance that represents an attribute of a vertex function.

Declaration

class MTLVertexAttribute

Overview

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.

Topics

Describing the attribute

See Also

Function arguments