I use FrameBufer (aka. FBO) on libGdx for effects without shaders for economy.
E.g. drawing FBO in two position X- axis with alpha blending - Blur effect; or blitting region by rows - sine/perspective morphing, etc.
how can i replicate this on Godot?
I'm trying Viewport with clearmode Never, but foreground is clearing main color anyway.
