Sign in
dawn
/
tint
/
refs/heads/chromium/4875
/
.
/
test
/
builtins
/
gen
/
atomicStore
/
726882.wgsl.expected.wgsl
blob: d81b71e4e69d222a585a556d3a04ec70d5d0dbf4 [
file
] [
log
] [
blame
] [
edit
]
var
<workgroup>
arg_0
:
atomic
<u32>
;
fn atomicStore_726882
()
{
atomicStore
(&(
arg_0
),
1u
);
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicStore_726882
();
}