W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUVertexBufferLayout
interface
GPUVertexBufferLayout {
arrayStride
:
number
;
attributes
:
GPUVertexAttribute
[]
;
stepMode?
:
GPUVertexStepMode
;
}
Properties
arrayStride
:
number
attributes
:
GPUVertexAttribute
[]
stepMode?
:
GPUVertexStepMode
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUVertexBufferLayout