blob: 687f2ad91cfed27d26fc7ef75076318eb135cbda [file] [log] [blame]
out vec4 sk_FragColor;
in vec4 src;
in vec4 dst;
void main() {
vec4 _0_blend_dst;
_0_blend_dst = dst;
sk_FragColor = _0_blend_dst;
}