Module Image.Copy_texture_tagged

Tagged texture copies.

type t

The type for GPUImageCopyTextureTagged objects.

val v : ?mip_level:int -> ?origin:Origin_3d.t -> ?aspect:Texture.Aspect.t -> ?color_space:Jstr.t -> ?premultiplied_alpha:bool -> texture:Texture.t -> unit -> t

v constructs a GPUImageCopyTextureTagged object with given parameters.