Raylib.TextureWrap
type t =
| Repeat
| Clamp
| Mirror_repeat
| Mirror_clamp
val to_int : t -> int
val of_int : int -> t