@fragment fn main( @location(0) color: vec3 ) -> @location(0) vec4 { return vec4(color, 1.0); }