out vec4 sk_FragColor;
uniform float a;
uniform float b;
uniform float c;
void main() {
sk_FragColor.x = ((a) * (b) + (c));
}