Sign in
dawn
/
dawn
/
1fa6a4beb24243ad86bba906eca9c09e4cbb200d
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
scalar-scalar
/
bool.wgsl.expected.ir.msl
blob: 0633302ad9d99ea91a8d1917eec9a2a3f6b843ae [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
bool
const
a
=
true
;
bool
const
b
=
false
;
bool
const
r
=
(
a
&
b
);
}