Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertUToF_Scalar_FromUnsigned.spvasm.expected.msl
blob: 67605f28795ac62a75df25387fedc5ccf3e5fc30 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
const
x_30
=
10u
;
float
const
x_1
=
float
(
x_30
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}