Sign in
dawn
/
tint
/
cc05d89820f07370aa63af5a878f7b6125f61286
/
.
/
test
/
intrinsics
/
gen
/
atomicMax
/
a89cc3.wgsl.expected.wgsl
blob: a383c70ea80eee01fd6d70a749cd3af10f58f15d [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicMax_a89cc3
()
{
var
res
:
i32
=
atomicMax
(&(
arg_0
),
1
);
}
[[
stage
(
compute
),
workgroup_size
(
1
)]]
fn compute_main
()
{
atomicMax_a89cc3
();
}