Hey! I'm running love 11.2 on a mac, and whenever I try to layer on blurs like this
blur1 = moonshine(moonshine.effects.boxblur)
blur2 = moonshine(moonshine.effects.boxblur)
blur1(function()
lg.draw()
end)
blur2(function()
lg.draw()
end)
anything before the second blur just turns to white. Am I misunderstanding how this is supposed to work? Are these shaders not stackable?
Thanks!
Hey! I'm running love 11.2 on a mac, and whenever I try to layer on blurs like this
anything before the second blur just turns to white. Am I misunderstanding how this is supposed to work? Are these shaders not stackable?
Thanks!