Sign in
dawn
/
dawn.git
/
chromium/6594
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-and
/
vec3-vec3
/
bool.wgsl.expected.ir.dxc.hlsl
blob: 009a04e45dc4a9728134503b0e6ad9f66e6ee74f [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
bool3 a
=
bool3
(
true
,
true
,
false
);
bool3 b
=
bool3
(
true
,
false
,
true
);
bool3 r
=
(
a
&
b
);
}