Sign in
dawn
/
dawn
/
22c4850b0689a3ec4e1ebcde3c0b9e3ee69f92cc
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
atomicCompareExchangeWeak
/
e88938.wgsl.expected.wgsl
blob: b5336a41ec4345e8e878439a96b6f58adc1408af [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicCompareExchangeWeak_e88938
()
{
var
res
=
atomicCompareExchangeWeak
(&(
arg_0
),
1i
,
1i
);
}
@compute
@workgroup_size
(
1
)
fn compute_main
()
{
atomicCompareExchangeWeak_e88938
();
}