blob: 82af6d04bc1f2cdea7cea7ee9b7ec8ba68131597 [file] [log] [blame]
in uniform half2 point;
half4 main() {
return half4(point, point);
}