blob: ed659ce2a9747dc3cc1dbec7eae2bb6f65836566 [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor = vec4(0.75);
}