Sign in
dawn
/
tint
/
1c6c6b19ab9c4a357f11f32bce4c3cbe17ada13e
/
.
/
test
/
shader_io
/
vertex_output_builtins.wgsl.expected.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
);
}