Texture:getMSAA

Available since LÖVE 12.0
It has been moved from Canvas:getMSAA.

Gets the number of multisample antialiasing (MSAA) samples used for this Texture.

This may be different than the number used as an argument to love.graphics.newCanvas or love.graphics.newTexture if the system running LÖVE doesn't support that number.

Function

Synopsis

samples = Texture:getMSAA( )

Arguments

None.

Returns

number samples
The number of multisample antialiasing samples used for this Texture.

See Also


Other Languages