type t
Type of a layer's mipmap
This module gives an abstract representation of a mipmap level of a particular layer of a texture array
type t
val size : t -> OgamlMath.Vector2i.t
val write : t -> OgamlMath.IntRect.t -> Image.t -> unit
val layer : t -> int
val level : t -> int
val bind : t -> int -> unit
val to_color_attachment : t -> Attachment.ColorAttachment.t