Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / glsl / Version110.glsl
1 #version 110
2 varying float test;
3 void main() {
4     gl_FragColor.x = test;
5 }