Interface GPUVertexBufferLayout
interface GPUVertexBufferLayout {
arrayStride: number;
attributes: Iterable<GPUVertexAttribute, any, any>;
stepMode?: GPUVertexStepMode;
}
arrayStride: number;
attributes: Iterable<GPUVertexAttribute, any, any>;
stepMode?: GPUVertexStepMode;
}
The stride, in bytes, between elements of this array.