Sign in
dawn
/
dawn
/
c0af5c5c9c4163ee166fba14f7ab8e816753b50a
/
.
/
test
/
tint
/
builtins
/
gen
/
var
/
atomicStore
/
8bea94.wgsl.expected.wgsl
blob: d68247e9035f4cfa3cba6c78abf343555ca6d3c4 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicStore_8bea94
()
{
var
arg_1
=
1
;
atomicStore
(&(
arg_0
),
arg_1
);
}
@stage
(
compute
)
@workgroup_size
(
1
)
fn compute_main
()
{
atomicStore_8bea94
();
}