W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUVertexAttribute
interface
GPUVertexAttribute {
format
:
GPUVertexFormat
;
offset
:
number
;
shaderLocation
:
number
;
}
Properties
format
:
GPUVertexFormat
offset
:
number
shaderLocation
:
number
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUVertexAttribute