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