HighlightLayer side effect

Using the ES6 modules, the HighlightLayer requires the extra file effectLayerSceneComponent.ts to be imported but GlowLayer doesn’t. I noticed that glowLayer.ts has the below line to import it, should this line be added to highlightLayer.ts as well?

import "../Layers/effectLayerSceneComponent";

I ll add it to my current PR

Added there webgpu wgsl update elseif -> else if by sebavan · Pull Request #12272 · BabylonJS/Babylon.js · GitHub