0247e9ea1c
This fix is overly conservative in some situations (identity conversions among vectors with the same component type), but fixes errors in two existing unit test cases. Bug: skia:11116 Change-Id: If852f8591fb26817528fdc37191c49129e17d6b3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/347053 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
void main() {
|
|
sk_FragColor.x = half(abs(int2(float2(0))).x);
|
|
}
|