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