Sign in
dawn
/
dawn
/
cdc7991b9192dd604dd224cbb582d8cb312de17d
/
.
/
test
/
tint
/
bug
/
tint
/
1963_a.wgsl.expected.ir.msl
blob: 592d145a8cbae71addbb95d6cd28d62aaf769ad9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
X
(
float2 a
,
float2 b
)
{
}
float2 Y
()
{
return
float2
(
0.0f
);
}
void
f
()
{
float2 v
=
0.0f
;
X
(
float2
(
0.0f
),
v
);
X
(
float2
(
0.0f
),
Y
());
}