Sign in
dawn
/
dawn
/
f2ad5fd260505911d3cd51bafc9142b7ee9baecb
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
atomicSub
/
77883a.wgsl.expected.wgsl
blob: 6521e29137756c876510f3cd4e6f185e3a7f93f1 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicSub_77883a
()
{
var
res
:
i32
=
atomicSub
(&(
arg_0
),
1i
);
}
@compute
@workgroup_size
(
1
)
fn compute_main
()
{
atomicSub_77883a
();
}