/** * Represents the construction of a matrix resize operation, such as `mat4x4(myMat2x2)`. * * These always contain exactly 1 matrix of non-matching size. Cells that aren't present in the * input matrix are populated with the identity matrix.
*/ class ConstructorMatrixResize final : public SingleArgumentConstructor { public: inlinestatic constexpr Kind kIRNodeKind = Kind::kConstructorMatrixResize;
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.