hump icon indicating copy to clipboard operation
hump copied to clipboard

LOVE 11.0 requires extra arguments to setCanvas() at times

Open NetherGranite opened this issue 5 years ago • 0 comments

For example, if you want to be able to do stencil tests in a canvas, you must now say love.graphics.setCanvas{canvas, stencil = true}; moonshine will fail if you pass a function to chain.draw() that does stencil tests. I'm not sure what other arguments might be required at times as the documentation has still not quite caught up.

NetherGranite avatar Feb 26 '19 20:02 NetherGranite