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