blob: 98d26b0defd7a3c08cec7fda6ad306359b0feedc [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor = vec4(1.0, 0.0, 1.0, 1.0);
}