blob: 61ae41839a175a50edafacefa50958a94206286c [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor = vec4(1.0);
}