Sign in
dawn
/
dawn
/
66155c6b84a055faac0b3d3a24093c72662ed98b
/
.
/
test
/
tint
/
expressions
/
user_call
/
call_with_call_param.wgsl.expected.ir.msl
blob: 0fb20d4ec11c37358e7c7f7ebcab6529b5a5cbf1 [
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_1
=
b
(
c
(
2u
));
}