09b9eade20
Just a typo fix. Change-Id: I2fe1f6ae1c99d7f20a4fa5f49eefea514e224652 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/321977 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
/*#pragma settings Default*/
|
|
|
|
in half4 src, dst;
|
|
|
|
void main() {
|
|
sk_FragColor = blend_overlay(src, dst);
|
|
}
|