-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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!
sundowns, gustavostuff and phybros
Metadata
Metadata
Assignees
Labels
No labels