Canvas:getMipmapMode

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