Definition
SetAnisotropicFilteringValue(int value)
Description
This function sets the anisotropic texture filtering value to value.
Parameters
value
The value of anisotropic texture filtering to be set. Accepted values are 0, 2, 4, 8 or 16.
Example
function Init() SetAnisotropicFilteringValue(2) end function Update() end
In this example, we set the value of anisotropic texture filtering to 2.
SetAnisotropicFilteringValue