blob: 5c89479b31f4744f9695ca7fe93ec49e40d55c80 [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
float x = 1.0;
x *= 2.0;
sk_FragColor.x = x;
}