Contents

indexCount

The number of indices in the index buffer.

Declaration

var indexCount: Int { get }

Discussion

Use this value for the indexCount parameter in a call to drawIndexedPrimitives(type:indexCount:indexType:indexBuffer:indexBufferOffset:).

See Also

Properties used to Draw Indexed Primitives