blob: be5f938ea0c96a91b1fd2287c6641093cd73be7c [file] [log] [blame]
in fragmentProcessor child;
void main() {
if (child.preservesOpaqueInput) {
sk_OutColor = sample(child);
} else {
sk_OutColor = half4(1);
}
}