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.
The length, in bytes, of the start of one vector in the buffer to the start of the next vector.
var stride: Int { get }Stride may contain padding, so it’s not always equal to the vector-format’s total size in bytes.