b047b5ddf4
Change-Id: Ief57d9c102b3c7658738920cdf54ccd4d21c5c5e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/331656 Commit-Queue: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
6 lines
84 B
GLSL
6 lines
84 B
GLSL
|
|
out vec4 sk_FragColor;
|
|
void main() {
|
|
sk_FragColor.xyz = vec3(1.0, 1.0, 1.0);
|
|
}
|