• Tentative Agenda
  • 📋 Attendance
  • 📐 Meta
  • ⚖️ Discussion
  • Remove break if in favor of if () { break; }. (#643)
  • Allow e.g. if (cond) break/continue/return/kill; without brackets. (#705)
  • Remove "unless" statement (#577)
  • WGSL should have a shuffle builtin function (#748)
  • >>> should be logical right shift and >> should be arithmetic right shift (#790) (<- this is a spec bug, not a discussion topic. Discussion split to #825. -KN)
  • Should logical-right-shift have a distinct spelling from arithmetic-right-shift? (#825)
  • type foo = struct is unfamiliar (#735)