Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / StaticIfTest.sksl
1 uniform float unknownInput;
2
3 void main() {
4     @if (unknownInput < 10) {
5         sk_FragColor = half4(1);
6     }
7 }
8
9 /*%%*
10 static if has non-static test
11 *%%*/