Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / runtime_errors / UnsupportedTypeTexture.rts
1 uniform texture2D s;
2
3 half4 main(float2 xy) {
4     return half4(0);
5 }
6
7 /*%%*
8 invalid type
9 *%%*/