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