one fable-low hijack cell
pair glsl / wgsl
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked glsl (first-offered)
· classifierA
· tiernone
response (200 chars)
# WGSL → GLSL Cheat Sheet
## Entry Points
**WGSL**
```wgsl
@vertex
fn vs_main(@location(0) pos: vec3<f32>) -> @builtin(position) vec4<f32> {
return vec4<f32>(pos, 1.0);
}
@fragment
fn fs_main()
neighbors