Open sedyh opened 1 month ago
What is the purpose of this interface?
I had missed this interface. This easy to add, will do it as soon as possible. Never even knew this interface existed and what is used for.
What is the purpose of this interface?
This is workaround in order to solve the problem of drawing a shader on the same input and output image (otherwise we will get a panic due to some implementation features).
This easy to add, will do it as soon as possible.
Thanks. However, I'm not so sure about this. It should be tricky cause it exposes some scaling internals. As far as I remember, noppikinatta had to push to fix the existing ebitentine api for this. https://github.com/hajimehoshi/ebiten/issues/3139
It is necessary to call interfaces that game can optionally implement, like FinalScreenDrawer.
I've implemented quick fix for this:
However, there are still some bugs with it. Like it turns off just before the transition.