mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Usage of Scalar/Vector/Half types is desgned around implicit conversions today: we don't specifically convert to the correct generated header types, since that will depend on the target platform. Instead we rely on implicit conversions to handle this - any mistake there would still lead to a compilation error.