Module OgamlGraphics.Texture.Texture2DMipmap

Represents a mipmap level of a 2D texture
type t
val size : t -> OgamlMath.Vector2i.t
val write : t -> ?rect:OgamlMath.IntRect.t -> Image.t -> unit
val level : t -> int
val bind : t -> int -> unit
val to_color_attachment : t -> Attachment.ColorAttachment.t