type t
Type of a 2D texture array's layer
This module gives an abstract representation of a particular layer of a 2D texture array
type t
val size : t -> OgamlMath.Vector2i.t
val layer : t -> int
val mipmap_levels : t -> int
val mipmap : t -> int -> Texture2DArrayLayerMipmap.t
Invalid_argument
if the mipmap level does not exist.
val bind : t -> int -> unit
val to_color_attachment : t -> Attachment.ColorAttachment.t