// Matrix Math Node by Saul Espinosa for Redshift// This file is licensed under Apache 2.0 licenseshader enums[[ string help = "Matrix Math Node",string label = "Matrix" ]](matrix input = 1,output color outColor = 1[[ string label = "Out Color" ]]){outColor = 1;}
