blob: 1aa7bd58f29e04279bf8abb59ea4e2b26fe23e47 [file] [log] [blame]
in fragmentProcessor child;
half4 helper(fragmentProcessor fp) { return sample(fp); }
half4 main() {
return helper(child);
}