Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
QDS 4.5.1
-
None
-
ubuntu
Description
in qtquickdesigner-components repo
gaussianBlur.frag does not run under webassembly
there is a complaint about non-constant initializers in the for loops, can be fixed like this:
{{float i = -k;
for(int ii = 0; ii<1000000; ++ii)
}}
Similar for the other for loop
Seen in the qtdoc/car-configurator demo. The demo runs anyway.