Describe the bug
filter() is implemented through shader code. There are a few issues to clean up, relating to it, and particularly are likely related to rewriting love.run() to allow drawing graphics inside setup and events instead of just in love.draw() by default.
there may be more sub-issues as well.
Describe the bug
filter()is implemented through shader code. There are a few issues to clean up, relating to it, and particularly are likely related to rewriting love.run() to allow drawing graphics inside setup and events instead of just in love.draw() by default.there may be more sub-issues as well.