Sign in
dawn
/
tint
/
refs/heads/chromium/4852
/
.
/
test
/
expressions
/
splat
/
call
/
bool.wgsl.expected.hlsl
blob: 5291698e35a61936956dff4e39888963b86a1c1d [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
bool
get_bool
()
{
return
true
;
}
void
f
()
{
bool2 v2
=
bool2
((
get_bool
()).
xx
);
bool3 v3
=
bool3
((
get_bool
()).
xxx
);
bool4 v4
=
bool4
((
get_bool
()).
xxxx
);
}