Sign in
dawn
/
tint
/
7274b8ac19c434d86991c08044f7c45d537c888d
/
.
/
test
/
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
();
}