compute-toys / comments

0 stars 0 forks source link

view/1396 #24

Open utterances-bot opened 5 days ago

utterances-bot commented 5 days ago

Cyber Fuji 2020 [port]

https://compute.toys/view/1396

kainino0x commented 5 days 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));