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