android13/external/skia/resources/sksl/errors/OpenArray.rts

8 lines
108 B
Plaintext

half4 main(float2 coords) {
coords.r[ = ( coords.g );
}
/*%%*
expected expression, but found '='
*%%*/