/** * Represents the construction of a vector/matrix typecast, such as `half3(myInt3)` or * `float4x4(myHalf4x4)`. Matrix resizes are done in ConstructorMatrixResize, not here. * * These always contain exactly 1 vector or matrix of matching size, and are never constant.
*/ class ConstructorCompoundCast final : public SingleArgumentConstructor { public: inlinestatic constexpr Kind kIRNodeKind = Kind::kConstructorCompoundCast;
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.