1
2out vec4 sk_FragColor;
3void main() {
4    sk_FragColor = gl_LastFragData[0];
5}
6