blob: 2cfbc6f417c29dfe85bb2093f71e79214aec2cf5 [file] [log] [blame]
in fragmentProcessor child;
half4 helper(fragmentProcessor fp) { return sample(fp); }
void main() {
sk_OutColor = helper(child);
}