Quote:postprocessing shader only modifies the color of each pixel from the final picture.
as 3d-view through 2 colors needs 2 pictures from 2 different viewing angles, it is not possible this way.
Think:
* Use two render targets.
* Use a shader to post process and mix video output
*....
* PROFIT!!!
>.<
