unplugged-system/external/skia/resources/sksl/errors/IncompleteFunctionCall.rts

9 lines
105 B
Plaintext
Raw Normal View History

half4 main(float2 xy) {
mix;
return half4(0);
}
/*%%*
expected '(' to begin function call
*%%*/