Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
scalar-scalar
/
i32.wgsl.expected.ir.fxc.hlsl
blob: b416d45df594aef73be214b441b8244ae54a8f4d [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
a
=
1
;
int
b
=
2
;
int
r
=
(
a
&
b
);
}