Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
vec3-vec3
/
bool.wgsl.expected.dxc.hlsl
blob: 63c35d810588a14c55b754f9a227e56cabd2846d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
bool3 a
=
bool3
(
true
,
true
,
false
);
bool3 b
=
bool3
(
true
,
false
,
true
);
bool3 r
=
(
a
&
b
);
return
;
}