I would like to pass two images (one for each camera) to a shader, so I can mask out which areas of the secondary camera can be seen on the screen.
Basically, instead of just the image which OnRenderImage() automatically assigns to the _MainTex property, I also need the image of the other camera to work with in the shader (_MainTex2 or something). How can this be done?