Sign in
dawn
/
dawn
/
ab9757036bd6b2fe86c4e937db0524463ba0c0f8
/
.
/
test
/
tint
/
builtins
/
gen
/
atomicStore
/
8bea94.wgsl.expected.wgsl
blob: 2616d87dec0a813a9d3fa4eba9773b81aa668e16 [
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
();
}