Post processing help

Hello, I need help with fullscreen shader.
I’d like to take a render from a camera, make a transformation on it, and then combine that render with the render of another camera. Is this a problem?

Like this:

  1. Render Camera 1 (Some Layers)
  2. Render Camera 2 (Some other Layers), with transparent backgournd
  3. Do image transformations on Camera 2 render
  4. Overlay Camera 2 render with Camera 1 render
  5. Show combined image on screen

Thanks

I have already done that, I thought maybe there is a better solution :smile:
Thanks.