Skip to content

Effects don't seem to stack #52

@tomlum

Description

@tomlum

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions