Module Api.GPURenderPassDepthStencilAttachmentDescriptor

class type js = object ... end
type t = js Js_of_ocaml.Js.t
val create : attachment:GPUTextureView.t -> depthLoadValue:(GPULoadOp.t, float) Js_of_ocaml_webidl.Runtime.Union.t Js_of_ocaml.Js.t -> depthStoreOp:GPUStoreOp.t -> stencilLoadValue:(GPULoadOp.tu32) Js_of_ocaml_webidl.Runtime.Union.t Js_of_ocaml.Js.t -> stencilStoreOp:GPUStoreOp.t -> unit -> t