Sign in
dawn
/
dawn
/
5a1f96d02e3b64b7d6876a1b8bb9335907b952ad
/
.
/
test
/
tint
/
expressions
/
user_call
/
call_with_call_param.wgsl.expected.ir.msl
blob: 636891ce82c6354a5d4c07b5fc0d5f6720b62d13 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float
b
(
int
i
)
{
return
2.29999995231628417969f
;
}
int
c
(
uint
u
)
{
return
1
;
}
void
a
()
{
float
a
=
b
(
c
(
2u
));
}