Sign in
dawn
/
dawn
/
3b5edf143505f6b97f065e83de0d63f647fd3e50
/
.
/
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
();
}