Regression in RenderTargetTexture or ImageProcessingPostProcess

I was trying to used the code proposed in this forum post but the RTT doesn’t get rendered in the latest version. It does work in the previous version.

The playground https://playground.babylonjs.com/#C0FYBI that is linked in that forum post shows the problem.

I don’t know if it’s a regression in RenderTargetTexture or ImageProcessingPostProcess but one of the two is not working as expected.

Hello and welcome to the Babylon community! I’ll take a look at this.

1 Like

The code has changed in version 5 to support webgpu, this is one of the listed breaking change for RTT https://playground.babylonjs.com/#C0FYBI#7

Thank you for the quick reply! It works! :slight_smile: