Module Image.Copy_texture

Texture copies.

type t

The type for GPUImageCopyTexture objects.

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

v constructs a GPUImageCopyTexture object with given parameters.