Texture_anisotropy_maxlevel - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Gets the highest level of anisotropic filtering supported by the present hardware, and returns the result.
Parameters
- none This function has no parameters.
Return Values
Returns the maximum available level of anisotropic filtering.
Example Call
maxlevel = texture_anisotropy_maxlevel();
texture_anisotropy_filter(tex, maxlevel);
Demonstrates getting the maximum level of anisotropic filtering available and using it on a texture. NOTOC