c884631f99
Change-Id: I35ff25c4cc394c1a4a964207ece87095a9ba84cf Bug: skia:10694 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317767 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
/*#pragma settings FlipY*/
|
|
|
|
void main() {
|
|
sk_FragColor.r = half(dFdx(1)),
|
|
sk_FragColor.g = half(dFdy(1));
|
|
}
|