blob: 64d1f60b44429bdbd74cd360feca52c082d2fadd [file] [log] [blame]
struct Out {
@builtin(position) @invariant
pos : vec4<f32>;
}
@stage(vertex)
fn main() -> Out {
return Out();
}