Sign in
dawn
/
dawn
/
52581b3b51bc59f1d964981298aedf7d79f14407
/
.
/
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
;
}