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