Sign in
dawn
/
dawn
/
9535f7220913acd92d59c76009cb31b9410b1e21
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
atomicExchange
/
e114ba.wgsl.expected.wgsl
blob: 381857a8c2b44f3cb399cb5d5bacb981bc3476cf [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicExchange_e114ba
()
{
var
res
:
i32
=
atomicExchange
(&(
arg_0
),
1i
);
}
@compute
@workgroup_size
(
1
)
fn compute_main
()
{
atomicExchange_e114ba
();
}