Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
scalar-scalar
/
bool.wgsl.expected.ir.dxc.hlsl
blob: 8fd2cfb4bad90348a306716b38e10471550b709d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
bool
a
=
true
;
bool
b
=
false
;
bool
r
=
(
a
&
b
);
}