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