Sign in
dawn
/
dawn
/
eb29f818834a6d0a20bea73b7a477e26cafb4a00
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
atomicMin
/
278235.wgsl.expected.wgsl
blob: 981a7b328d759456d61958eec48724a9c9e24132 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicMin_278235
()
{
var
res
:
i32
=
atomicMin
(&(
arg_0
),
1
);
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicMin_278235
();
}