Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / MultipleFieldsInInterfaceBlocks.glsl
1 ### Compilation failed:
2
3 error: 3: field 'f' was already defined in the same interface block ('IB')
4     float f;
5           ^
6 error: 7: symbol 'f' was already defined
7 IB2 { float f; };
8       ^^^^^^^^
9 2 errors