Module Raylib_core.TextureWrap

type t =
  1. | Repeat
  2. | Clamp
  3. | Mirror_repeat
  4. | Mirror_clamp
val t : t Ctypes.typ