Raylib.TextureFilter
type t =
| Point
| Bilinear
| Trilinear
| Anisotropic_4x
| Anisotropic_8x
| Anisotropic_16x
val to_int : t -> int
val of_int : int -> t