1/*#pragma settings BlendModesFailRandomlyForAllZeroVec*/ 2 3in half4 src, dst; 4 5void main() { 6 sk_FragColor = blend_src_in(src, dst); 7 sk_FragColor = blend_dst_in(src, dst); 8} 9