1### Compilation failed: 2 3error: 7: 'half4' is not a valid parameter to 'half3' constructor; use '.xyz' instead 4error: 8: 'half4' is not a valid parameter to 'half2' constructor; use '.xy' instead 5error: 9: 'half4' is not a valid parameter to 'half' constructor; use '.x' instead 6error: 12: 'int4' is not a valid parameter to 'int3' constructor; use '.xyz' instead 7error: 13: 'int4' is not a valid parameter to 'int2' constructor; use '.xy' instead 8error: 14: 'int4' is not a valid parameter to 'int' constructor; use '.x' instead 9error: 17: 'bool4' is not a valid parameter to 'bool3' constructor; use '.xyz' instead 10error: 18: 'bool4' is not a valid parameter to 'bool2' constructor; use '.xy' instead 11error: 19: 'bool4' is not a valid parameter to 'bool' constructor; use '.x' instead 129 errors 13