Sign in
dawn
/
tint
/
3703522d41de7095f31d0820f36b7ddc422574f3
/
.
/
test
/
intrinsics
/
gen
/
atomicMin
/
278235.wgsl.expected.wgsl
blob: c3b237c4172c9143465c57586c4a87b1298c3b92 [
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
();
}