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