type t
Type of a mipmap
This module gives an abstract representation of a mipmap level of a 2D texture array (that is, a mipmap array)
type t
val size : t -> OgamlMath.Vector3i.t
val layers : t -> int
val level : t -> int
val layer : t -> int -> Texture2DArrayLayerMipmap.t
Invalid_argument
if the layer does not exist.