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