texture_anisotropy_filter - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the level of anisotropic filtering used on a given texture.
- texid, index of the texture
- level, level of anisotropic filtering to use on the texture
This function has no return values.
texture_anisotropy_filter(tex, 4);
Demonstrates setting the anisotropic filtering on a texture to four levels. NOTOC