Sign in
dawn
/
dawn
/
0c6860a5c51c9db880add0b0306b62b64496e985
/
.
/
test
/
tint
/
shader_io
/
vertex_output_builtins.wgsl
blob: 3aca32e4451ba687eb953c81e3a7b6824b20580d [
file
] [
log
] [
blame
]
@vertex
fn main
()
->
@builtin
(
position
)
vec4
<f32>
{
return
vec4
<f32>
(
1.0
,
2.0
,
3.0
,
4.0
);
}