Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
ptr_ref
/
store
/
global
/
i32.spvasm.expected.wgsl
blob: d50fc89a0a302c2a765cf6ad14cedcc9fb3399c1 [
file
] [
log
] [
blame
]
var
<private>
I
:
i32
=
0
;
fn main_1
()
{
I
=
123
;
I
=
((
100
+
20
)
+
3
);
return
;
}
@stage
(
compute
)
@workgroup_size
(
1
,
1
,
1
)
fn main
()
{
main_1
();
}