package raylib

  1. Overview
  2. Docs

Module Raylib.TextureWrapModeSource

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