Module Api.GPUVertexStateDescriptor
class type js = object ... end
type t
= js Js_of_ocaml.Js.t
val create : ?indexFormat:GPUIndexFormat.t -> ?vertexBuffers:GPUVertexBufferLayoutDescriptor.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t -> unit -> t