Tagged Questions
0
votes
1answer
358 views
Multiple render targets and pixel shader outputs terminology
I'm a little confused on the jargon: does Multiple Render Targets (MRT) refer to outputting from a pixel shader to multiple elements in a struct? That is, when one says "MRT is to write to multiple ...