Sign in
dawn
/
dawn
/
254e3a9e8ff75b95451b44e8fbddcb828082a6f9
/
.
/
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
);
}