Available since LÖVE 0.8.0 and removed in LÖVE 0.10.0 |
It has been replaced by love.graphics.stencil and love.graphics.setStencilTest. |
Defines an inverted stencil for the drawing operations or releases the active one.
It's the same as love.graphics.setStencil with the mask inverted.
love.graphics.setInvertedStencil( stencilFunction )
function stencilFunction
Nothing.
Releases the active stencil.
love.graphics.setInvertedStencil( )
None.
Nothing.