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