Contents

indexBuffer

Assigns an optional index buffer containing references to vertices in the vertex buffers you reference through the vertex buffers property.

Declaration

var indexBuffer: MTL4BufferRange { get set }

Discussion

You can set this property to 0, the default, to avoid specifying an index buffer. All keyframes share the same index buffer.