Before R112
, most devs performed gamma correction at the wrong place. In most scenarios, it should be performed at the end of the pass chain, not when producing the render pass. So working with GammaCorrectionShader
is actually more correct. And it’s worth the migration effort.
1 Like