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
According to https://www.w3.org/TR/WGSL/#enable-extensions-sec, using the subgroup feature in WGSL requires the "subgroups" extension to be enabled(declaration), but we are missing it. This breaks the subgroup feature in Chrome.