-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_anisotropy_maxlevel
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the highest level of anisotropic filtering supported by the present hardware, and returns the result.
- none This function has no parameters.
Returns the maximum available level of anisotropic filtering.
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
This is number 1