Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / FloatRemainder.glsl
1 ### Compilation failed:
2
3 error: 6: type mismatch: '%' cannot operate on 'float', 'float'
4 void rem()    { x = x % y; }
5                     ^^^^^
6 error: 7: type mismatch: '%=' cannot operate on 'float', 'float'
7 void rem_eq() { x %= y; }
8                 ^^^^^^
9 2 errors