blob: 9debe5b8fb4ad5d957c20a68924df05c5e208e7c [file] [log] [blame]
in fragmentProcessor? child;
void main() {
if (child != null) {
sk_OutColor = sample(child);
} else {
sk_OutColor = half4(0.5);
}
}