Definition
int GetAnisotropicFilteringValue()
Description
This function returns the anisotropic texture filtering value.
Return Value
Anisotropic texture filtering value.
Example
value = 0 function Init() value = GetAnisotropicFilteringValue() message = string.format("\nAnisotropic filtering value is > %d" ,value ) PrintConsole(message) end function Update() endGetAnisotropicFilteringValue