Sign in
dawn
/
tint
/
9943de6813695e831a9e6aa43ae36322e81ae3e6
/
.
/
test
/
intrinsics
/
gen
/
atomicStore
/
8bea94.wgsl.expected.wgsl
blob: 22cd2b01e19f2817599dc3ef244cedc7f166ccbc [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicStore_8bea94
()
{
atomicStore
(&(
arg_0
),
1
);
}
[[
stage
(
compute
),
workgroup_size
(
1
)]]
fn compute_main
()
{
atomicStore_8bea94
();
}