• Agenda
  • 📋 Attendance
  • ⚖️ Discussion
  • update IO-shareable to include bool (#1244)
  • Bools are IO-shareable, but only for builtins (#1246)
  • [wgsl] Update storage textures to have template params for access type. #1182
  • Add textureRead() and textureWrite() (#1261)
  • Consider whether to allow trailing commas (#1243)
  • WGSL is missing a sample_mask builtin. (#1259)
  • texture builtins: For most texture builtins, Vulkan only allows compile-time-constant offset, and with with bounded range (#1235)
  • should empty structs be permitted? (#1222)
  • WGSL: Use let instead of var? (#1234)
  • Out-of-bounds clamping brings big perf regression on TFJS ML demos. (#1202)
  • Proposal to enhance defining input/output variables. (#1155)
  • texture sampling with integer offset - portability concern (#1206)
  • spell out when an implementation must reject a shader module (#1241)
  • Placement of read_only attributes (#1159)