Sign in
dawn
/
dawn
/
e6d171ac668e5cee00b9bf074416f9ea3b56d05f
/
.
/
test
/
intrinsics
/
gen
/
atomicOr
/
d09248.wgsl.expected.hlsl
blob: 889ce1cba56958589162d800e562e3ae954b4240 [
file
] [
log
] [
blame
]
groupshared
int
arg_0
;
void
atomicOr_d09248
()
{
int
atomic_result
=
0
;
InterlockedOr
(
arg_0
,
1
,
atomic_result
);
int
res
=
atomic_result
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
atomicOr_d09248
();
return
;
}