blob: ef2cc66df40c1c70c715422e5d7159f9abb8cd2f [file] [log] [blame]
in uniform half2 point;
void main() {
sk_OutColor = half4(point, point);
}