1. // Matrix Math Node by Saul Espinosa for Redshift
    2. // This file is licensed under Apache 2.0 license
    3. shader enums
    4. [[ string help = "Matrix Math Node",
    5. string label = "Matrix" ]]
    6. (
    7. matrix input = 1,
    8. output color outColor = 1
    9. [[ string label = "Out Color" ]]
    10. )
    11. {
    12. outColor = 1;
    13. }