Sign in
dawn
/
dawn
/
b8e5a6adcd7da6e9c5612783eae1d802bd6a400f
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
scalar-scalar
/
bool.wgsl.expected.fxc.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
;
}