Raylib_fixed_types.TextureWrap
include module type of struct include Types.TextureWrap end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).TextureWrap.t =
| Repeat
| Clamp
| Mirror_repeat
| Mirror_clamp
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t