Simple Skia Feedback Effect
To create a SKIA feedback effect you render the output but you also create a second Renderer(Offscreen)
connected to a FrameDelay
which you then feed back into a Group
with the desired transformations and changes.
To create a SKIA feedback effect you render the output but you also create a second Renderer(Offscreen)
connected to a FrameDelay
which you then feed back into a Group
with the desired transformations and changes.