Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / runtime_errors / UnsupportedTypeFragmentProcessor.rts
1 uniform fragmentProcessor s;
2
3 half4 main(float2 xy) {
4     return half4(0);
5 }
6
7 /*%%*
8 no type named 'fragmentProcessor'
9 no type named 's'
10 expected a declaration, but found ';'
11 *%%*/