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>
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
/*#pragma settings ShaderDerivativeExtensionString*/
|
|
|
|
void main() {
|
|
sk_FragColor.x = 1;
|
|
}
|