Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / ArrayReturnTypes.glsl
1 ### Compilation failed:
2
3 error: 1: functions may not return type 'float4x4[2]'
4 float4x4[2] return_float4x4_2() {}
5 ^^^^^^^^^^^
6 error: 2: functions may not return type 'int[1]'
7 int[1]      return_int_1()      {}
8 ^^^^^^
9 2 errors