compute-toys / comments

0 stars 0 forks source link

view/1396 #24

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

Cyber Fuji 2020 [port]

https://compute.toys/view/1396

kainino0x commented 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));
quilde commented 1 month ago

thanks for pointing out! Should be fixed now

kainino0x commented 1 month ago

Great! Here's a spec discussion about that change, BTW: https://github.com/gpuweb/gpuweb/issues/4900