Sign in
dawn
/
dawn
/
3b5edf143505f6b97f065e83de0d63f647fd3e50
/
.
/
test
/
tint
/
builtins
/
gen
/
atomicXor
/
75dc95.wgsl.expected.wgsl
blob: cae6c216f145c80caff352fb611fe286fe906049 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicXor_75dc95
()
{
var
res
:
i32
=
atomicXor
(&(
arg_0
),
1
);
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicXor_75dc95
();
}