skia2/resources/sksl/errors/GrNoFragmentProcessorLocals.fp

5 lines
67 B
Plaintext
Raw Normal View History

half4 main() {
fragmentProcessor child;
return half4(1);
}