blob: 70aa670af1f6fdb0466daba1e63752b1f72ee32c [file] [log] [blame]
in fragmentProcessor child;
bool opaque = child.preservesOpaqueInput;
void main() {
if (opaque) {
sk_OutColor = sample(child);
} else {
sk_OutColor = half4(0.5);
}
}