blob: 4f1d0fe11d2e267508e996fcf26416750d907a84 [file] [log] [blame]
half4 main() {
sk_OutColor = half4(1, 0, 1, 0);
return half4(0, 1, 0, 1);
}