Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / MatrixToVectorCastInteger.glsl
1 ### Compilation failed:
2
3 error: 4: 'half2x2' is not a valid parameter to 'int' constructor
4 int    testScalar    = int (testMatrix2x2);
5                        ^^^^^^^^^^^^^^^^^^^
6 error: 5: 'half2x2' is not a valid parameter to 'int2' constructor
7 int2   testVec2      = int2(testMatrix2x2);
8                        ^^^^^^^^^^^^^^^^^^^
9 error: 6: 'half2x2' is not a valid parameter to 'int3' constructor
10 int3   testVec3      = int3(testMatrix2x2);
11                        ^^^^^^^^^^^^^^^^^^^
12 3 errors