I have a shader that sets pixel colors in the fragment stage. I want to use those source pixels to set the pixels in a destination texture. Can anyone help with how to tackle such a challenge?
I was thinking of using a Render Texture and UnityEngine.Rendering.Blitter, but the examples seem to be focused on fullscreen camera contexts, but I just need to render from one texture to another.