Sign in
dawn
/
dawn
/
4ffcf067a3ac76465d76295985441f36d82be7f2
/
.
/
test
/
intrinsics
/
gen
/
atomicStore
/
726882.wgsl.expected.wgsl
blob: e275dcf7df45703a1c346cee67c051b19a62735b [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<u32>
;
fn atomicStore_726882
()
{
atomicStore
(&(
arg_0
),
1u
);
}
[[
stage
(
compute
),
workgroup_size
(
1
)]]
fn compute_main
()
{
atomicStore_726882
();
}