Sign in
dawn
/
dawn
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertFToU_Scalar_ToUnsigned.spvasm.expected.hlsl
blob: f9bd3d12ec436d1211bf958590ef965c9da32d8f [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint
x_1
=
uint
(
50.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}