mirror of
https://github.com/galacean/engine.git
synced 2026-05-07 06:30:25 +08:00
GLES100 visitJumpStatement converted `return expr;` to `gl_FragColor = expr` without a trailing semicolon, causing WebGL compilation errors. Only triggered when fragment entry returns vec4 (Cocos pattern), not void (standard Galacean).