#import "simple.wgsl" fn main() -> vec4 { let a = do_something_cool(10.0); return vec4(vec3(a), 1.0); }