Sign in
dawn
/
tint
/
444e051faa2e29bda2828cd0bc4b7d3f3f20684b
/
.
/
test
/
tint
/
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
);
}