Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertFToU_Scalar_ToUnsigned.spvasm.expected.msl
blob: 5816307e5d6ce71f70189b1b7fb66fec14c5562f [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_30
=
50.0f
;
uint
const
x_1
=
uint
(
x_30
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}