Open utterances-bot opened 2 months ago
Not working on latest Chrome, starting with version 129 (now in Stable) due to a new validation error added in the WGSL spec:
Error while parsing WGSL: :76:13 error: smoothstep called with 'low' (0.30000001192092895508) not less than 'high' (0.28999999165534973145)
let val = smoothstep(0.3, 0.29, length(uv));
thanks for pointing out! Should be fixed now
Great! Here's a spec discussion about that change, BTW: https://github.com/gpuweb/gpuweb/issues/4900
Cyber Fuji 2020 [port]
https://compute.toys/view/1396