Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertUToF_Vector_FromUnsigned.spvasm.expected.msl
blob: dc3b443e4bad0438a968911ec2e4b483fff2b197 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_30
=
uint2
(
10u
,
20u
);
float2
const
x_1
=
float2
(
x_30
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}