Module Types.TextureWrap

type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).TextureWrap.t =
  1. | Repeat
  2. | Clamp
  3. | Mirror_repeat
  4. | Mirror_clamp
val vals : (t * int64) list
val t : t Ctypes_static.typ