Contents

stride

The length, in bytes, of the start of one vector in the buffer to the start of the next vector.

Declaration

var stride: Int { get }

Discussion

Stride may contain padding, so it’s not always equal to the vector-format’s total size in bytes.

See Also

Getting Geometry Information