Tagged Questions
1
vote
1answer
294 views
Writing to multiple RenderTarget2D's from HLSL shader
I need to write to two render targets: one for colour and another for depth+normal (for post-processing). I have a problem, though. Both targets seem to be getting the value output by COLOR0, while ...