mirror of
https://github.com/galacean/engine.git
synced 2026-07-02 06:34:29 +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).