vertexFormat
Defines the format of the vertices in the vertex buffers.
Declaration
var vertexFormat: MTLAttributeFormat { get set }Discussion
All keyframes share the same vertex format. Defaults to MTLAttributeFormatFloat3, corresponding to three packed floating point numbers.