Sign in
dawn
/
dawn
/
6a8b16c774aac3eaf01650cbc2ea46e192dad7ed
/
.
/
test
/
tint
/
expressions
/
splat
/
var
/
bool.wgsl.expected.ir.dxc.hlsl
blob: e2e80a3729de2dea2ce21b12e14529d25fdef640 [
file
] [
log
] [
blame
]
void
f
()
{
bool
v
=
true
;
bool2 v2
=
bool2
((
v
).
xx
);
bool3 v3
=
bool3
((
v
).
xxx
);
bool4 v4
=
bool4
((
v
).
xxxx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}