Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertSToF_Scalar_FromSigned.spvasm.expected.msl
blob: 7d826c9b1f0815541ec082d950ea7738003578ea [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
const
x_30
=
30
;
float
const
x_1
=
float
(
x_30
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}