示例#1
0
 //Convert automatically input expression with diverging floatN size to floatMax
 protected override IEnumerable <VFXExpression> ApplyPatchInputExpression(IEnumerable <VFXExpression> inputExpression)
 {
     return(VFXOperatorUtility.UpcastAllFloatN(inputExpression, m_FallbackValue));
 }