Module Api.GPUBlendDescriptor
class type js = object ... endtype t= js Js_of_ocaml.Js.t
val create : ?srcFactor:GPUBlendFactor.t -> ?dstFactor:GPUBlendFactor.t -> ?operation:GPUBlendOperation.t -> unit -> t
Api.GPUBlendDescriptorclass type js = object ... endtype t = js Js_of_ocaml.Js.tval create : ?srcFactor:GPUBlendFactor.t -> ?dstFactor:GPUBlendFactor.t -> ?operation:GPUBlendOperation.t -> unit -> t