#import bevy_pbr::forward_io::VertexOutput @fragment fn fragment(in: VertexOutput) -> @location(0) vec4 { return vec4(in.uv.x,in.uv.y,1.,1.); }