TAA Rendering Pipeline Not Working

The TAARenderingPipeline has stopped working since version 8.24.1 when using a MultiRenderTarget in the pipeline. I have tested on 8.25.0 and above but still encounter the issue. It works as expected on versions prior to 8.24.0.

This playground demonstrates the issue. Commenting out the line which adds the MultiRenderTarget to the camera makes TAA apply as expected.

1 Like

Thanks for reporting, this PR will fix the problem:

3 Likes

Thanks for that!

1 Like