Sign in
dawn
/
tint.git
/
3db1820f0b743078a7df1ff3284dadf1a4b2621d
/
.
/
test
/
samples
/
simple_vertex.spvasm.expected.wgsl
blob: 75c87cdc8903d68d58ec0e08e7fc254f98652ed5 [
file
]
[[
builtin
(
position
)]]
var
<out>
gl_Position
:
vec4
<f32>
;
[[
stage
(
vertex
)]]
fn main
()
{
gl_Position
=
vec4
<f32>
(
0.0
,
0.0
,
0.0
,
0.0
);
return
;
}