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