skia2/tests/sksl/fp/GrNullableChildProcessor.fp

5 lines
72 B
Plaintext
Raw Normal View History

in fragmentProcessor? child;
half4 main() {
return sample(child);
}