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