Sign in
dawn
/
dawn
/
97382d96f5b21e17be317ca048b69dfc11be33ce
/
.
/
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
;
}