mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Glsl defines two overloads for smoothstep that accept `min` and `max` as scalars and the value as a vector, naga's IR is stricter and only allows operators with the same dimensions, so this inputs must be splatted.