Module Raylib.TextureWrap

type t =
  1. | Repeat
  2. | Clamp
  3. | Mirror_repeat
  4. | Mirror_clamp
val to_int : t -> int
val of_int : int -> t