On this page
GPUVertexBufferLayout
interface GPUVertexBufferLayout {
arrayStride: number;
attributes: GPUVertexAttribute[];
stepMode?: GPUVertexStepMode;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUVertexBufferLayout