Module Raylib.CubemapLayout

type t =
  1. | Auto_detect
  2. | Line_vertical
  3. | Line_horizontal
  4. | Cross_three_by_four
  5. | Cross_four_by_three
  6. | Panorama
val to_int : t -> int
val of_int : int -> t