blob: 2247f331a8701890e01fadb296ed519f2c9f44bd [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor.xy = gl_FragCoord.xy;
}