blob: ccf25c2b1acd362eeadd8edb41c129597b405c1e [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor.x = 5.0;
}