W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUVertexState
interface
GPUVertexState
extends
GPUProgrammableStage
{
buffers?
:
(
GPUVertexBufferLayout
|
null
)
[]
;
}
Extends
GPUProgrammableStage
Properties
buffers?
:
(
GPUVertexBufferLayout
|
null
)
[]
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUVertexState