Sign in
dawn
/
dawn
/
144ebed4c7ee7c6ecddeedfa81d607bbf256e8f2
/
.
/
test
/
tint
/
expressions
/
user_call
/
call_with_call_param.wgsl.expected.fxc.hlsl
blob: 2c06ce1598ef0e8273f6ae1293eeb01fe8bc1ca4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
float
b
(
int
i
)
{
return
2.29999995231628417969f
;
}
int
c
(
uint
u
)
{
return
1
;
}
void
a
()
{
int
tint_symbol
=
c
(
2u
);
float
a_1
=
b
(
tint_symbol
);
}