enum TextureFilter

Determines how are texture pixels filtered during sampling.

Values

NameValueDescription
TF_NEAREST 0 Pixel nearest to the sampled location is chosen.
TF_BILINEAR 1 Four pixels nearest to the sampled location are interpolated to yield the sampled color.