skia2/tests/sksl/shared/golden/Caps.glsl
Brian Osman b047b5ddf4 Disable "any" function workaround in standalone/non-GPU caps
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>
2020-11-03 17:36:43 +00:00

6 lines
84 B
GLSL

out vec4 sk_FragColor;
void main() {
sk_FragColor.xyz = vec3(1.0, 1.0, 1.0);
}