blob: c74d66a6350d1715dd417e8b2f8181e3495781b2 [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor = gl_LastFragData[0];
}