Difference between revisions of "Canvas:getMipmapMode"

(Created page)
 
(No difference)

Latest revision as of 23:10, 28 May 2019

Available since LÖVE 11.0
This function is not supported in earlier versions.

Gets the MipmapMode this Canvas was created with.

Function

Synopsis

mode = Canvas:getMipmapMode( )

Arguments

None.

Returns

MipmapMode mode
The mipmap mode this Canvas was created with.

See Also

Other Languages