ConstReadonlyLINEAR: "linear"Linear filtering (smooth).
ReadonlyLINEAR_MIPMAP_LINEAR: "linear_mipmap_linear"Linear filtering with linear mipmap interpolation.
ReadonlyLINEAR_MIPMAP_NEAREST: "linear_mipmap_nearest"Linear filtering with nearest mipmap.
ReadonlyNEAREST: "nearest"Nearest-neighbor filtering (pixelated).
ReadonlyNEAREST_MIPMAP_LINEAR: "nearest_mipmap_linear"Nearest filtering with linear mipmap interpolation.
ReadonlyNEAREST_MIPMAP_NEAREST: "nearest_mipmap_nearest"Nearest filtering with nearest mipmap.
Texture filtering modes.