@vertex fn main( @location(0) position : vec3 ) -> @builtin(position) vec4 { return vec4(position, 1.0); }