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