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