On this page
GPUVertexAttribute
interface GPUVertexAttribute {
format: GPUVertexFormat;
offset: number;
shaderLocation: number;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUVertexAttribute