strideInBytes property
final
Byte distance from the start of one element to the start of the next
element in this vertex buffer (not the gap between an element's end and
the next element's start). Equivalent to the size of a single vertex
element plus any trailing padding before the next element begins. For a
tightly packed structure-of-arrays buffer carrying a single attribute,
this is the same as attributes[0].format.bytesPerElement.
Implementation
final int strideInBytes;