Sign in
dawn
/
dawn
/
ef62a88f89ecb4ebdd3ceb9228f9ed80b09e1cf9
/
.
/
test
/
tint
/
builtins
/
gen
/
var
/
atomicStore
/
726882.wgsl.expected.wgsl
blob: a49ac811b181cd379a7cc6ef4dc57ffe64cc5245 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<u32>
;
fn atomicStore_726882
()
{
var
arg_1
=
1u
;
atomicStore
(&(
arg_0
),
arg_1
);
}
@compute
@workgroup_size
(
1
)
fn compute_main
()
{
atomicStore_726882
();
}