@@ -1,7 +1,6 @@
export default /* glsl */`
#ifdef PREMULTIPLIED_ALPHA
- // Get normal blending with premultipled, use with CustomBlending, OneFactor, OneMinusSrcAlphaFactor, AddEquation.
gl_FragColor.rgb *= gl_FragColor.a;
#endif