Module Raylib_fixed_types.CubemapLayout

include module type of struct include Types.CubemapLayout end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).CubemapLayout.t =
  1. | Auto_detect
  2. | Line_vertical
  3. | Line_horizontal
  4. | Cross_three_by_four
  5. | Cross_four_by_three
  6. | Panorama
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t