Sign in
dawn
/
tint
/
refs/heads/chromium/4846
/
.
/
test
/
intrinsics
/
gen
/
atomicExchange
/
e114ba.wgsl.expected.wgsl
blob: 97358389391f07de8986e5ac86993823355b35e3 [
file
] [
log
] [
blame
] [
edit
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicExchange_e114ba
()
{
var
res
:
i32
=
atomicExchange
(&(
arg_0
),
1
);
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicExchange_e114ba
();
}