Sign in
dawn
/
dawn
/
cdc7991b9192dd604dd224cbb582d8cb312de17d
/
.
/
test
/
tint
/
bug
/
tint
/
1963_a.wgsl.expected.ir.fxc.hlsl
blob: f04c9d553ace3d70797b039221fc5de3fff29bcc [
file
] [
log
] [
blame
]
void
X
(
float2 a
,
float2 b
)
{
}
float2 Y
()
{
return
(
0.0f
).
xx
;
}
void
f
()
{
float2 v
=
(
0.0f
).
xx
;
X
((
0.0f
).
xx
,
v
);
X
((
0.0f
).
xx
,
Y
());
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}