c5e6515e4a
In a few cases, this involved splitting a test into two (an ES2- compatible portion and a ES3+ portion). Change-Id: Ie6f18f787cf7c10696a2841ff538bbe2b95bf50d Bug: skia:13042 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/523187 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Arman Uguray <armansito@google.com> Commit-Queue: Arman Uguray <armansito@google.com>
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
half4 main(float2 xy) {
|
|
mix;
|
|
return half4(0);
|
|
}
|
|
|
|
/*%%*
|
|
expected '(' to begin function call
|
|
*%%*/
|