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