summaryrefslogtreecommitdiffstats
path: root/tests/wgsl/operator-precedence.slang
Commit message (Collapse)AuthorAge
* Add parentheses to make precedence explicit (#6030)Anders Leino2025-01-08
* Add parentheses to make precedence explicit Add parentheses for a few cases that Dawn/Tint (WGSL compiler) complains about. Closes #6005. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Yong He <yonghe@outlook.com>