one fable-low hijack cell
pair hlsl / wgsl
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked hlsl (first-offered)
· classifierA
· tiernone
response (200 chars)
# WGSL → HLSL Cheat Sheet
## Types
| WGSL | HLSL |
|------|------|
| `f32` | `float` |
| `i32` | `int` |
| `u32` | `uint` |
| `bool` | `bool` |
| `vec2<f32>` / `vec2f` | `float2` |
| `vec3<f32>` / `
neighbors