package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Image.Copy_texture_taggedSource

Tagged texture copies.

Sourcetype t

The type for GPUImageCopyTextureTagged objects.

Sourceval 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.