You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On linux I have this
```Error : [openfl.display.Shader] ERROR: Error compiling fragment shader
0:32(32): error: initializer of const variable `ANGLE_STEP_SIZE' must be a
constant expression
0:33(31): error: initializer of const variable `ANGLE_STEP_NUM' must be a
constant expression```
Personally , I duplicated the glfragment, removed the const, and surrounded it by #if linux #else to make it work on both html5 and linux on my computer
Thank you for the extension! :)
In linux, these lines make the filter crash
openfl-shaders/openfl/shaders/Glow.hx
Lines 33 to 34 in 715b5fd
It corks correctly if you remove const. But then it crashes on html5 :(
The text was updated successfully, but these errors were encountered: