Sign in
dawn
/
dawn
/
e7099d4f3bb22e23e975099fb1d1314f76cd6227
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
atomicLoad
/
afcc03.wgsl.expected.wgsl
blob: e39317dde8a8d54011eb4e2449d2bc509eb7f200 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicLoad_afcc03
()
{
var
res
:
i32
=
atomicLoad
(&(
arg_0
));
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicLoad_afcc03
();
}