unplugged-vendor/external/skia/resources/sksl/errors/GrNoFragmentProcessorConstruction.fp

6 lines
91 B
Plaintext
Raw Permalink Normal View History

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