one fable-low hijack cell
pair metal / wgsl
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked metal (first-offered)
· classifierA
· tiernone
response (200 chars)
# Metal → WGSL Cheat Sheet
## Types
| Metal | WGSL |
|---|---|
| `float` | `f32` |
| `half` | `f16` (needs `enable f16;`) |
| `int` / `uint` | `i32` / `u32` |
| `bool` | `bool` |
| `float2/3/4` | `v
neighbors