Type of a mipmap
Module OgamlGraphics.Texture.Texture2DArrayMipmap
Represents a mipmap level of a 2D texture arrayThis module gives an abstract representation of a mipmap level of a 2D texture array (that is, a mipmap array)
Size of a mipmap
Number of layers in the array of mipmaps
Returns the mipmap's level
Returns the mipmap of a particular layer Raises
Invalid_argument
if the layer does not exist.