Texture filtering modes. 
| Enumerator | 
|---|
| MFTexFilter_Unknown | Unknown texture filter type.  | 
| MFTexFilter_None | No filtering.  | 
| MFTexFilter_Point | Use nearest point sampling.  | 
| MFTexFilter_Linear | Use linear interpolation.  | 
| MFTexFilter_Anisotropic | Use anisotropic interpolation.  | 
| MFTexFilter_Max | Maximum texture filter.  | 
| MFTexFilter_ForceInt | Force MFTexFilter to an int type.  |