Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / PrivateTypes.glsl
1 ### Compilation failed:
2
3 error: 2: type '$bvec' is private
4     $bvec bv;
5     ^^^^^
6 error: 5: type '$ivec' is private
7 void param_private($ivec iv) {}
8                    ^^^^^
9 error: 6: type '$genType' is private
10 void vardecl_private()       { $genType g; }
11                                ^^^^^^^^
12 error: 7: type '$mat' is private
13 void ctor_mat_private()      { $mat(0); }
14                                ^^^^
15 error: 8: type '$floatLiteral' is private
16 void ctor_literal_private()  { $floatLiteral(0); }
17                                ^^^^^^^^^^^^^
18 5 errors