enum TextureFilter
Determines how are texture pixels filtered during sampling.
Values
| Name | Value | Description |
|---|---|---|
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. |