type t
Type of a mipmap level
Represents a single mipmap level of a cubemap texture
type t
val size : t -> OgamlMath.Vector2i.t
val level : t -> int
val face : t -> [ `PositiveX | `PositiveY | `PositiveZ | `NegativeX | `NegativeY | `NegativeZ] -> CubemapMipmapFace.t
val bind : t -> int -> unit