Module Raylib.CameraProjection

type t =
  1. | Perspective
  2. | Orthographic
val to_int : t -> int
val of_int : int -> t