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