/** * Represents the typecasting of an array. Arrays cannot be directly casted in SkSL (or GLSL), but * type narrowing can cause an array to be implicitly casted. For instance, the expression * `myHalf2Array == float[2](a, b)` should be allowed when narrowing conversions are enabled; this * constructor allows the necessary array-type conversion to be represented in IR. * * These always contain exactly 1 array of matching size, and are never constant.
*/ class ConstructorArrayCast final : public SingleArgumentConstructor { public: inlinestatic constexpr Kind kIRNodeKind = Kind::kConstructorArrayCast;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.