package raylib

  1. Overview
  2. Docs
OCaml bindings for raylib

Install

dune-project
 Dependency

Authors

Maintainers

Sources

raylib-1.5.1.tbz
sha256=199b89fdf24624b142b424a36b957c5a24e2e789fe5d51a94a57e83d20ffcd42
sha512=2ddcb9b341fc6583fa7f380374fd2d600eb3ad5dd31b3b7f91c5e2941c44db1ee2dc30748a524c4c2d33fa357a86befadb5b2a8de8cf76741030000172c668df

doc/raylib/Raylib/CubemapLayout/index.html

Module Raylib.CubemapLayoutSource

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