2021-07-10 15:45:29 +00:00
|
|
|
### Compilation failed:
|
|
|
|
|
2021-07-13 13:18:57 +00:00
|
|
|
error: 4: 'half2x2' is not a valid parameter to 'int' constructor
|
2022-04-06 22:24:52 +00:00
|
|
|
int testScalar = int (testMatrix2x2);
|
|
|
|
^^^^^^^^^^^^^^^^^^^
|
2021-07-10 15:45:29 +00:00
|
|
|
error: 5: 'half2x2' is not a valid parameter to 'int2' constructor
|
2022-04-06 22:24:52 +00:00
|
|
|
int2 testVec2 = int2(testMatrix2x2);
|
|
|
|
^^^^^^^^^^^^^^^^^^^
|
2021-07-10 15:45:29 +00:00
|
|
|
error: 6: 'half2x2' is not a valid parameter to 'int3' constructor
|
2022-04-06 22:24:52 +00:00
|
|
|
int3 testVec3 = int3(testMatrix2x2);
|
|
|
|
^^^^^^^^^^^^^^^^^^^
|
2021-07-10 15:45:29 +00:00
|
|
|
3 errors
|