Error when using WebGPU with glow layer

Hello, I’m getting the following errors when using webgpu + glowlayer. The project was using 7.12 and it was working fine, now I migrated to 7.32 and its not working, I get white canvas. It works if I go back to 7.12 or if I use webgl instead. Tried using the default rendering pipeline and effect layer.
Sorry I didn’t add a playground but for some reason I’m not able to reproduce there.

There’s a bug with WebGPU when using vertex alpha in a glow layer (https://playground.babylonjs.com/?webgpu#GWAX2G#7). This PR will fix the problem:

2 Likes