Interface GPUVertexBufferLayout

Hierarchy

  • GPUVertexBufferLayout

Properties

arrayStride: number

The stride, in bytes, between elements of this array.

attributes: Iterable<GPUVertexAttribute>

An array defining the layout of the vertex attributes within each element.

Whether each element of this array represents per-vertex data or per-instance data

Generated using TypeDoc