Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Sets the filter mode of the Canvas.
Canvas:setFilter( min, mag )
FilterMode min
FilterMode mag
Nothing.
Available since LÖVE 0.9.0 |
This variant is not supported in earlier versions. |
Canvas:setFilter( min, mag, anisotropy )
FilterMode min
FilterMode mag
number anisotropy (1)
Nothing.