Module Webgpu__Api.GPURenderPassColorAttachmentDescriptor
class type js = object ... end
type t
= js Js_of_ocaml.Js.t
val create : attachment:GPUTextureView.t -> ?resolveTarget:GPUTextureView.t -> loadValue:(GPULoadOp.t, GPUColor.t) Js_of_ocaml_webidl.Runtime.Union.t Js_of_ocaml.Js.t -> ?storeOp:GPUStoreOp.t -> unit -> t