Type of a 2D texture array's layer
Module OgamlGraphics.Texture.Texture2DArrayLayer
Represents a layer of a 2D texture arrayThis module gives an abstract representation of a particular layer of a 2D texture array
Size of a layer
Returns the layer's index
Returns the number of mipmap levels of a layer
Returns a particular mipmap level of a layer Raises
Invalid_argument
if the mipmap level does not exist.
System only : binds the original texture array for drawing
Texture2DArrayLayerMipmap implements the interface ColorAttachable and can be attached to an FBO. Binds the mipmap level 0.