Module Webgpu__Api.GPUSwapChainDescriptor

class type js = object ... end
type t = js Js_of_ocaml.Js.t
val create : ?⁠label:Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> device:GPUDevice.t -> format:GPUTextureFormat.t -> ?⁠usage:GPUTextureUsageFlags.t -> unit -> t