Sign in
dawn
/
tint
/
refs/heads/chromium/4878
/
.
/
test
/
builtins
/
gen
/
atomicMax
/
a89cc3.wgsl.expected.wgsl
blob: d36703ef148ddb2c42de94899b0df95a1f6f7eaf [
file
] [
log
] [
blame
] [
edit
]
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
();
}