GltfBufferView.byteStride Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stride, in bytes, between vertex attributes or other interleavable data. When this is zero, data is tightly packed. 0255
public: int byteStride;
public int byteStride;
val mutable byteStride : int
Public byteStride As Integer