Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertUToF_Scalar_FromSigned.spvasm.expected.hlsl
blob: ceb60686c71850e0f5e0723ee14fd64485dc225e [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float
x_1
=
float
(
asuint
(
30
));
return
;
}
void
main
()
{
main_1
();
return
;
}