Sign in
dawn
/
dawn
/
e5919ac1152821910aa7024ce15c7eef4e0bbbb0
/
.
/
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
);
}