Raylib_generated_constants.CubemapLayout
type t =
| Auto_detect
| Line_vertical
| Line_horizontal
| Cross_three_by_four
| Cross_four_by_three
| Panorama
val t : t Ctypes.typ
val to_int : t -> int
val of_int : int -> t