mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
The GLSL specification defines that only one of the branches should be evaluated making the ternary operator syntatic sugar for an `if`.
The GLSL specification defines that only one of the branches should be evaluated making the ternary operator syntatic sugar for an `if`.