Sign in
dawn
/
dawn
/
e9ce8326b7843be34e8a31a5a54600cb924c83f2
/
.
/
test
/
tint
/
builtins
/
gen
/
atomicAnd
/
45a819.wgsl.expected.wgsl
blob: c022cee167368e0695dc1d6c674e7c210b0bd45f [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicAnd_45a819
()
{
var
res
:
i32
=
atomicAnd
(&(
arg_0
),
1
);
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicAnd_45a819
();
}