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