Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertSToF_Scalar_FromUnsigned.spvasm.expected.hlsl
blob: 69adf2fdabdf3858944aa649e461148113f778f1 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float
x_1
=
float
(
asint
(
10u
));
return
;
}
void
main
()
{
main_1
();
return
;
}