1/*#pragma settings FramebufferFetchSupport*/
2
3void main() {
4    sk_FragColor = sk_LastFragColor;
5}
6