one fable-low hijack cell
pair hlsl / wgsl
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked hlsl (first-offered)
· classifierA
· tiernone
response (200 chars)
# HLSL ↔ WGSL Cheat Sheet
## Types
| HLSL | WGSL |
|---|---|
| `float` | `f32` |
| `int` / `uint` | `i32` / `u32` |
| `bool` | `bool` |
| `float2/3/4` | `vec2<f32>` / `vec3<f32>` / `vec4<f32>` |
| `
neighbors