blob: bf18d069e710aa5f897178bf1aed1b5c14965e7b [file] [log] [blame]
half4 main(float2 p) {
(p /= 3).x;
return half4(1);
}