Sign in
dawn
/
dawn
/
c785291667a492f11ba2eadc20a9ccf45974bdd1
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
vec3-vec3
/
bool.wgsl.expected.ir.fxc.hlsl
blob: c7007c4e88f9708cb68358f5979be3e343e312d9 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
bool3 a
=
bool3
(
true
,
true
,
false
);
bool3 b
=
bool3
(
true
,
false
,
true
);
bool3 r
=
(
a
&
b
);
}