Sign in
dawn
/
tint
/
723f999ac279826ea2ac412618372f2f1053a742
/
.
/
test
/
expressions
/
splat
/
immediate
/
bool.wgsl.expected.hlsl
blob: c00d526492a4d4b06afeb6c590893c347948990b [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
bool2 v2
=
bool2
((
true
).
xx
);
bool3 v3
=
bool3
((
true
).
xxx
);
bool4 v4
=
bool4
((
true
).
xxxx
);
}